Skip to content

Commit 6642d08

Browse files
committed
Make unsuffixed literal plural
Because we have multiple unsuffixed literals and we refer the corresponding types as their types, make it plural.
1 parent c106d16 commit 6642d08

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)