We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1b1b4a + 3d90a55 commit 5413b28Copy full SHA for 5413b28
_posts/2017-07-20-Rust-1.19.md
@@ -139,7 +139,7 @@ See the [detailed release notes][notes] for more.
139
#### Library stabilizations
140
141
The largest new library feature is the [`eprint!` and `eprintln!` macros].
142
-These work exactly the same as `print!` and `printn!` but instead write
+These work exactly the same as `print!` and `println!` but instead write
143
to standard error, as opposed to standard output.
144
145
[`eprint!` and `eprintln!` macros]: https://github.com/rust-lang/rust/pull/41192
0 commit comments