Skip to content

Commit 9cbc0fd

Browse files
committed
tutorial: Fix formatting
1 parent a24b9e0 commit 9cbc0fd

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
@@ -216,7 +216,7 @@ while count < 10 {
216216

217217
The name of the function that prints a line of text, `io::println`, is
218218
qualified: it refers to the function named `println` that's defined in the
219-
module `io`. In Rust, a double colon---`::`---separates parts of a
219+
module `io`. In Rust, a double colon separates parts of a
220220
qualified name. For more details, see the section on [crates](#crates).
221221

222222
Although Rust can almost always infer the types of local variables, you

0 commit comments

Comments
 (0)