diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-19 14:31:36 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-19 14:31:36 -0400 |
| commit | 3593ab47e110f7d3b5ef9da7c155bab8e4979236 (patch) | |
| tree | 6f7ec6c93d816fe896dfa2ac2355f638b1bed6b8 /mkdocs.yml | |
| parent | 6bb1fc3b9592bbfd53770c1c04140af30ddd5120 (diff) | |
use native insted of object
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
