From 9d6a15b55bc948227401cb0be721e764e8053b50 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 9 Jun 2026 14:01:57 -0400 Subject: add name to application --- 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 942bcb1..7e21a21 100644 --- a/docs/type_system/buffer.md +++ b/docs/type_system/buffer.md @@ -5,7 +5,7 @@ An sequence of bytes with unknown size and a byte representation ```text -Buffer_repesentation: Enum[.type; .utf8; .utf16; .utf32] +Buffer_repesentation: Enum[Void; .type; .utf8; .utf16; .utf32] Buffer[Buffer_repesentation; TYPE] ``` -- cgit v1.2.3