diff options
Diffstat (limited to 'docs/type_system/bit.md')
| -rw-r--r-- | docs/type_system/bit.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/bit.md b/docs/type_system/bit.md index b474156..5f7aa8e 100644 --- a/docs/type_system/bit.md +++ b/docs/type_system/bit.md @@ -2,10 +2,10 @@ --- -A sequence of bits that can fit into a register +A sequence of bits that can fit into a general register ```text -Bit_size `alias Enum[.bit_any; .bit8; .bit16; .bit32; .bit64; .bit80; .bit128] +Bit_size `alias Enum[.bit_any; .bit8; .bit16; .bit32; .bit64] Bit_representation `alias Enum[ .numeric; .int; .int_unsiged; .int_signed; .float |
