From eb8739f4f868cfb52bc4bb3500bb895d5e4c6032 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Fri, 6 Dec 2013 12:10:10 -0500 Subject: Fix tiny formatting error. --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial.md') diff --git a/doc/tutorial.md b/doc/tutorial.md index 14dfc884122..6f6a86042f3 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -393,7 +393,7 @@ useful of which is [`format!`][fmt], a `sprintf`-like text formatter that you will often see in examples, and its related family of macros: `print!`, `println!`, and `write!`. -`format!` draws syntax from python, but contains many of the same principles +`format!` draws syntax from Python, but contains many of the same principles that [printf][pf] has. Unlike printf, `format!` will give you a compile-time error when the types of the directives don't match the types of the arguments. -- cgit 1.4.1-3-g733a5