Skip to content

Commit

Permalink
Merge pull request #301 from ksa-real/patch-1
Browse files Browse the repository at this point in the history
Update usage.md
  • Loading branch information
wader authored Jun 26, 2022
2 parents 184701d + 02f00be commit 53ca5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ This type is returned by decoders and it used to represent parts of the decoed i

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

Expand Down

0 comments on commit 53ca5f2

Please sign in to comment.