Skip to content

Commit 53ca5f2

Browse files
authored
Merge pull request #301 from ksa-real/patch-1
Update usage.md
2 parents 184701d + 02f00be commit 53ca5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ This type is returned by decoders and it used to represent parts of the decoed i
280280

281281
Each decode value has these properties:
282282
- A bit range in the input
283-
- Can be accessed as a binary using `tobits`/`tobytes`. Use the `start` and `size` keys to postion and size.
283+
- Can be accessed as a binary using `tobits`/`tobytes`. Use the `start` and `size` keys to position and size.
284284
- `.name` as bytes `.name | tobytes`
285285
- Bit 4-8 of `.name` as bits `.name | tobits[4:8]`
286286

0 commit comments

Comments
 (0)