summaryrefslogtreecommitdiff
path: root/docs/type_system/bit.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/bit.md')
-rw-r--r--docs/type_system/bit.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/bit.md b/docs/type_system/bit.md
index e07c804..18ac6a8 100644
--- a/docs/type_system/bit.md
+++ b/docs/type_system/bit.md
@@ -5,9 +5,9 @@
A sequence of bits that can fit into a general register
```text
-Bit_size `alias Enum[.bit_any; .bit8; .bit16; .bit32; .bit64]
+Bit_size `alias Enum[Void; .bit_any; .bit8; .bit16; .bit32; .bit64]
-Bit_representation `alias Enum[
+Bit_representation `alias Enum[Void
.numeric; .int; .int_unsiged; .int_signed; .float
.utf8; .utf16; .utf32
.bool