summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-09 10:32:38 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-09 10:32:38 -0400
commita13b72d789c6e2ee3d94bd1b19aad3dda0aea3c3 (patch)
tree218fe41676c6a103410fc423d7c3b5c9f3da48ca /mkdocs.yml
parent4da9de3213a28c7e17945168acdb06308bb41df8 (diff)
inline fn defs
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 2cf8665..09e08ba 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -27,7 +27,7 @@ nav:
- Ref: 'type_system/ref.md'
- Shared: 'type_system/shared.md'
- Var: 'type_system/var.md'
- - Fn: 'type_system/fn.md'
+ - Function: 'type_system/function.md'
- Task: 'type_system/task.md'
- Overload: 'type_system/overload.md'
- Value: 'type_system/value.md'