Skip to content

Commit 5413b28

Browse files
authored
Merge pull request #189 from musoke/patch-1
Typo: printn! -> println!
2 parents f1b1b4a + 3d90a55 commit 5413b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-07-20-Rust-1.19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ See the [detailed release notes][notes] for more.
139139
#### Library stabilizations
140140

141141
The largest new library feature is the [`eprint!` and `eprintln!` macros].
142-
These work exactly the same as `print!` and `printn!` but instead write
142+
These work exactly the same as `print!` and `println!` but instead write
143143
to standard error, as opposed to standard output.
144144

145145
[`eprint!` and `eprintln!` macros]: https://github.com/rust-lang/rust/pull/41192

0 commit comments

Comments
 (0)