Skip to content

Commit b6cf5f5

Browse files
committed
Fix tiny formatting error.
1 parent 94e0a03 commit b6cf5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ let d = 1000i32; // d is an i32
335335
There are two floating-point types: `f32`, and `f64`.
336336
Floating-point numbers are written `0.0`, `1e6`, or `2.1e-4`.
337337
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.
338+
Suffixes `f32`, and `f64` can be used to create literals of a specific type.
339339

340340
The keywords `true` and `false` produce literals of type `bool`.
341341

0 commit comments

Comments
 (0)