diff options
| author | Corey Richardson <corey@octayn.net> | 2013-12-06 12:10:10 -0500 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-12-10 09:43:35 -0500 |
| commit | eb8739f4f868cfb52bc4bb3500bb895d5e4c6032 (patch) | |
| tree | 364955e519203705a9c3fee0b3df2c153e5a61b6 /doc/tutorial.md | |
| parent | 0f82cbd19a0bd2d0d5e91c2fc807c7af21288eb4 (diff) | |
| download | rust-eb8739f4f868cfb52bc4bb3500bb895d5e4c6032.tar.gz rust-eb8739f4f868cfb52bc4bb3500bb895d5e4c6032.zip | |
Fix tiny formatting error.
Diffstat (limited to 'doc/tutorial.md')
| -rw-r--r-- | doc/tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
