Skip to content

Commit de1dc99

Browse files
authored
Merge pull request #170 from camhux/master
Fix integer suffix typos
2 parents 818cbdc + 539baf2 commit de1dc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ literal_. The grammar for recognizing the two kinds of literals is mixed.
318318
>
319319
> INTEGER_SUFFIX :
320320
>       `u8` | `u16` | `u32` | `u64` | `usize`
321-
>    | `i8` | `u16` | `i32` | `i64` | `usize`
321+
>    | `i8` | `i16` | `i32` | `i64` | `isize`
322322
323323
<!-- FIXME: separate the DECIMAL_LITERAL with no prefix or suffix (used on tuple indexing and float_literal -->
324324
<!-- FIXME: u128 and i128 -->

0 commit comments

Comments
 (0)