From fd774948e6ac3506c24e6b87b6ef98403aa85951 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 8 Jun 2026 11:38:20 -0400 Subject: add action and remove assigment from namespace --- 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 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 -- cgit v1.2.3