diff --git a/_posts/2017-07-20-Rust-1.19.md b/_posts/2017-07-20-Rust-1.19.md index 503b1f286..45b14863c 100644 --- a/_posts/2017-07-20-Rust-1.19.md +++ b/_posts/2017-07-20-Rust-1.19.md @@ -139,7 +139,7 @@ See the [detailed release notes][notes] for more. #### Library stabilizations The largest new library feature is the [`eprint!` and `eprintln!` macros]. -These work exactly the same as `print!` and `printn!` but instead write +These work exactly the same as `print!` and `println!` but instead write to standard error, as opposed to standard output. [`eprint!` and `eprintln!` macros]: https://github.com/rust-lang/rust/pull/41192