summaryrefslogtreecommitdiff
path: root/docs/type_system/map.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/map.md')
-rw-r--r--docs/type_system/map.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/map.md b/docs/type_system/map.md
index 9d62b13..70331e6 100644
--- a/docs/type_system/map.md
+++ b/docs/type_system/map.md
@@ -6,7 +6,7 @@
Map[KEY_TYPE; VALUE_TYPE]
```
-## Alias
+# Alias
```text
Set[Any] `alias Map[Any; Void]