We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bdff66 + 3d38187 commit 9d29719Copy full SHA for 9d29719
src/libstd/macros.rs
@@ -119,7 +119,7 @@ macro_rules! print {
119
/// Prints to the standard output, with a newline.
120
///
121
/// On all platforms, the newline is the LINE FEED character (`\n`/`U+000A`) alone
122
-/// (no additional CARRIAGE RETURN (`\r`/`U+000D`).
+/// (no additional CARRIAGE RETURN (`\r`/`U+000D`)).
123
124
/// Use the [`format!`] syntax to write data to the standard output.
125
/// See [`std::fmt`] for more information.
0 commit comments