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/map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/map.md') diff --git a/docs/type_system/map.md b/docs/type_system/map.md index feaf853..4947842 100644 --- a/docs/type_system/map.md +++ b/docs/type_system/map.md @@ -9,7 +9,7 @@ Map[KEY_TYPE; VALUE_TYPE] # Alias ```text -Set[Any] `alias Map[Any; Void] +Set[Generic.T] `alias Map[Generic.T; Void] ``` # Operators -- cgit v1.2.3