We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 184701d + 02f00be commit 53ca5f2Copy full SHA for 53ca5f2
doc/usage.md
@@ -280,7 +280,7 @@ This type is returned by decoders and it used to represent parts of the decoed i
280
281
Each decode value has these properties:
282
- 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.
+ - Can be accessed as a binary using `tobits`/`tobytes`. Use the `start` and `size` keys to position and size.
284
- `.name` as bytes `.name | tobytes`
285
- Bit 4-8 of `.name` as bits `.name | tobits[4:8]`
286
0 commit comments