Skip to content

Commit 53fb0cb

Browse files
committed
Fix doc
1 parent ce437c6 commit 53fb0cb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,9 @@ current object. `options` is an object which can have the following keys:
285285
Jump to `offset`, execute parser for `type` and rewind to previous offset.
286286

287287
- `type` - (Required) A `Parser` object.
288-
- `offset` - (Required) Note that this is absolute offset
289-
Type of the array element. Can be a string or an user defined Parser
290-
object. If it's a string, you have to choose from [u]int{8, 16, 32}{le,
291-
be}.
288+
- `offset` - (Required) Note that this indicates absolute offset from the
289+
start of the input buffer. Can be a string `[u]int{8, 16, 32, 64}{le, be}`
290+
or an user defined Parser object.
292291

293292
### skip(length)
294293
Skip parsing for `length` bytes.

0 commit comments

Comments
 (0)