From 9cbc0fd0d9cee2f4138226c3bfd612788ddc5433 Mon Sep 17 00:00:00 2001 From: Brian Anderson <banderson@mozilla.com> Date: Thu, 20 Dec 2012 02:46:34 -0800 Subject: [PATCH] tutorial: Fix formatting --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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