Skip to content

Commit

Permalink
fix minor typo in bitarr value constructor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy authored and myrrlyn committed Sep 3, 2022
1 parent 440f4e6 commit 4355ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/macros/bitarr_value.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It accepts zero, one, or three prefix arguments:
encoding must take place at runtime. The name or path chosen must be in scope
at the macro invocation site.

When not provided, this defaults to `Lbs0`.
When not provided, this defaults to `Lsb0`.
- `$store ;`: This must be one of `uTYPE`, `Cell<uTYPE>`, `AtomicUTYPE`, or
`RadiumUTYPE` where `TYPE` is one of `8`, `16`, `32`, `64`, or `size`. The
macro recognizes this token textually, and does not have access to the type
Expand Down

0 comments on commit 4355ca9

Please sign in to comment.