diff --git a/doc/tutorial.md b/doc/tutorial.md index 4506d472e1d..3dfa34d2664 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -216,7 +216,7 @@ while count < 10 { The name of the function that prints a line of text, `io::println`, is qualified: it refers to the function named `println` that's defined in the -module `io`. In Rust, a double colon---`::`---separates parts of a +module `io`. In Rust, a double colon separates parts of a qualified name. For more details, see the section on [crates](#crates). Although Rust can almost always infer the types of local variables, you