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 e9f93cf + c4ec074 commit 1694968Copy full SHA for 1694968
src/hello/print.md
@@ -6,7 +6,7 @@ some of which include:
6
* `format!`: write formatted text to [`String`][string]
7
* `print!`: same as `format!` but the text is printed to the console (io::stdout).
8
* `println!`: same as `print!` but a newline is appended.
9
-* `eprint!`: same as `format!` but the text is printed to the standard error (io::stderr).
+* `eprint!`: same as `print!` but the text is printed to the standard error (io::stderr).
10
* `eprintln!`: same as `eprint!`but a newline is appended.
11
12
All parse text in the same fashion. As a plus, Rust checks formatting
0 commit comments