summaryrefslogtreecommitdiff
path: root/docs/type_system/buffer.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-22 13:13:47 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-22 13:13:47 -0400
commitaa58218da7a3ce3587a768f85323c3ce2212f6b2 (patch)
tree18f49b3d00d946cb4efb1562397b255909670395 /docs/type_system/buffer.md
parentc71cd186644570eb25c45ded7837b0e7aa54987a (diff)
add operators for bit type
Diffstat (limited to 'docs/type_system/buffer.md')
-rw-r--r--docs/type_system/buffer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/buffer.md b/docs/type_system/buffer.md
index ef820b4..1f2fed8 100644
--- a/docs/type_system/buffer.md
+++ b/docs/type_system/buffer.md
@@ -10,7 +10,7 @@ Buffer_repesentation: Enum[.type; .utf8; .utf16; .utf32]
Buffer[Buffer_repesentation; TYPE]
```
-## Alias
+# Alias
```text
String `alias Buffer[.utf8; Void]