Skip to content

Commit fd22d36

Browse files
authored
Merge pull request #1335 from gokhanettin/plural-unsuffixed-literal
Make unsuffixed literal plural
2 parents 71d4cbe + 6642d08 commit fd22d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fn main() {
1414
let y = 2u32;
1515
let z = 3f32;
1616
17-
// Unsuffixed literal, their types depend on how they are used
17+
// Unsuffixed literals, their types depend on how they are used
1818
let i = 1;
1919
let f = 1.0;
2020

0 commit comments

Comments
 (0)