diff options
Diffstat (limited to 'docs/type_system/map.md')
| -rw-r--r-- | docs/type_system/map.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
