diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 04:20:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 04:20:53 +0200 |
commit | 4757aca3e0004c4bfb84fc78a4dfc33c1b581a8d (patch) | |
tree | 16a3125476b316c6ae6d5ad4bd04bc2fbbc1247f /README | |
parent | fbaa65a2319745c8a236a5c9c66e3406f42447c3 (diff) |
Fix typo
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ │ Existing Language Features │ └────────────────────────────┘ -1. The following datatypes are supported. The unsigned integer types +1. The following datatypes are supported. The unsized integer types default to the systems word size (typically 64 bits). i8, i16, i32, i64, i128, int |