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 94e0a03 commit b6cf5f5Copy full SHA for b6cf5f5
doc/tutorial.md
@@ -335,7 +335,7 @@ let d = 1000i32; // d is an i32
335
There are two floating-point types: `f32`, and `f64`.
336
Floating-point numbers are written `0.0`, `1e6`, or `2.1e-4`.
337
Like integers, floating-point literals are inferred to the correct type.
338
-Suffixes ``f32`, and `f64` can be used to create literals of a specific type.
+Suffixes `f32`, and `f64` can be used to create literals of a specific type.
339
340
The keywords `true` and `false` produce literals of type `bool`.
341
0 commit comments