From 3593ab47e110f7d3b5ef9da7c155bab8e4979236 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 19 May 2026 14:31:36 -0400 Subject: use native insted of object --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkdocs.yml') 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' -- cgit v1.2.3