We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c106d16 commit 6642d08Copy full SHA for 6642d08
src/types/literals.md
@@ -14,7 +14,7 @@ fn main() {
14
let y = 2u32;
15
let z = 3f32;
16
17
- // Unsuffixed literal, their types depend on how they are used
+ // Unsuffixed literals, their types depend on how they are used
18
let i = 1;
19
let f = 1.0;
20
0 commit comments