summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 8ccc612..dce1970 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -20,7 +20,7 @@ nav:
- Map: 'type_system/map.md'
- Queue: 'type_system/queue.md'
- Union: 'type_system/union.md'
- - Object: 'type_system/object.md'
+ - Native: 'type_system/native.md'
- Shared: 'type_system/shared.md'
- Error: 'type_system/error.md'
- Const: 'type_system/const.md'