Skip to content

Commit

Permalink
Fix type typo in tokens.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
alercah authored Jan 5, 2018
1 parent 1b130c6 commit 93c0780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ let a: u64 = 123; // type u64
0o70_i16; // type i16

0b1111_1111_1001_0000; // type i32
0b1111_1111_1001_0000i32; // type i64
0b1111_1111_1001_0000i64; // type i64
0b________1; // type i32

0usize; // type usize
Expand Down

0 comments on commit 93c0780

Please sign in to comment.