diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-21 15:26:56 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-21 15:26:56 -0400 |
| commit | c71cd186644570eb25c45ded7837b0e7aa54987a (patch) | |
| tree | b13b3700c2d5c7b23ffbe781615448f1ed184425 /mkdocs.yml | |
| parent | 83729ca507a3266f3793c3ff2db7229a86e80aa6 (diff) | |
int and float under bits type
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ nav: - Alias: 'type_system/alias.md' - Unique: 'type_system/unique.md' - Enum: 'type_system/enum.md' - - Int: 'type_system/int.md' - - Float: 'type_system/float.md' + - Bits: 'type_system/bits.md' - Tuple: 'type_system/tuple.md' - Buffer: 'type_system/buffer.md' - Map: 'type_system/map.md' |
