From aa58218da7a3ce3587a768f85323c3ce2212f6b2 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 22 May 2026 13:13:47 -0400 Subject: add operators for bit type --- docs/type_system/buffer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/buffer.md') 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] -- cgit v1.2.3