diff options
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 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] |
