diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-22 13:13:47 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-22 13:13:47 -0400 |
| commit | aa58218da7a3ce3587a768f85323c3ce2212f6b2 (patch) | |
| tree | 18f49b3d00d946cb4efb1562397b255909670395 /mkdocs.yml | |
| parent | c71cd186644570eb25c45ded7837b0e7aa54987a (diff) | |
add operators for bit type
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ nav: - Alias: 'type_system/alias.md' - Unique: 'type_system/unique.md' - Enum: 'type_system/enum.md' - - Bits: 'type_system/bits.md' + - Bit: 'type_system/bit.md' - Tuple: 'type_system/tuple.md' - Buffer: 'type_system/buffer.md' - Map: 'type_system/map.md' |
