diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-09 14:01:57 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-09 14:01:57 -0400 |
| commit | 9d6a15b55bc948227401cb0be721e764e8053b50 (patch) | |
| tree | 01dc5d7f3465436236247987e1882f5ce18d3bba /docs/type_system/buffer.md | |
| parent | a13b72d789c6e2ee3d94bd1b19aad3dda0aea3c3 (diff) | |
add name to application
Diffstat (limited to 'docs/type_system/buffer.md')
| -rw-r--r-- | docs/type_system/buffer.md | 2 |
1 files changed, 1 insertions, 1 deletions
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] ``` |
