diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-09 10:07:44 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-09 10:07:44 -0400 |
| commit | 4da9de3213a28c7e17945168acdb06308bb41df8 (patch) | |
| tree | 6bc6a3ff8653eb7bfe6591c36a7ab9b491649b9d /mkdocs.yml | |
| parent | faac96fff84c45acf20af0515e8fd43af32fdaca (diff) | |
use group for tuple and table
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ nav: - Unique: 'type_system/unique.md' - Enum: 'type_system/enum.md' - Bit: 'type_system/bit.md' - - Tuple: 'type_system/tuple.md' + - Group: 'type_system/group.md' - Buffer: 'type_system/buffer.md' - Map: 'type_system/map.md' - Queue: 'type_system/queue.md' @@ -45,7 +45,7 @@ nav: - Thread: 'application/thread.md' - Io: 'application/io.md' - Gc: 'application/gc.md' - - Tuple: 'application/tuple.md' + - Group: 'application/group.md' - Buffer: 'application/buffer.md' - Map: 'application/map.md' - Queue: 'application/queue.md' |
