summaryrefslogtreecommitdiff
path: root/docs/type_system/buffer.md
diff options
context:
space:
mode:
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 c7c0354..256cb40 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]
-Array[Any] `alias Buffer[.type; Any]
+Array[Generic.T] `alias Buffer[.type; Generic.T]
```
# Operators