Skip to content

Commit 932b804

Browse files
authored
fix: a typo
1 parent 0c4c546 commit 932b804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ data.fileSize() // => size in bytes
140140
#### marshal and unmarshal
141141

142142
```
143-
var marsheled = data.marshal()
144-
var unmarsheled = Unixfs.unmarshal(marsheled)
143+
var marshaled = data.marshal()
144+
var unmarshaled = Unixfs.unmarshal(marshaled)
145145
```
146146

147147
## Contribute

0 commit comments

Comments
 (0)