summaryrefslogtreecommitdiff
path: root/docs/type_system/buffer.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-03 15:26:26 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-03 15:26:26 -0400
commitf3e3fd0cdba8d2f9f49be279ac3c0ec87a44609b (patch)
treea993e1539cf90362141db8a4c43f1f9f3ff7ef42 /docs/type_system/buffer.md
parentb26ad08b39b8229dcea0bafc4a8ba4b0d7ad7154 (diff)
refs with more impl
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 aa5b0d3..c7c0354 100644
--- a/docs/type_system/buffer.md
+++ b/docs/type_system/buffer.md
@@ -15,7 +15,7 @@ Buffer[Buffer_repesentation; TYPE]
```text
String `alias Buffer[.utf8; Void]
-Vector[Any] `alias Buffer[.type; Any]
+Array[Any] `alias Buffer[.type; Any]
```
# Operators