We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899efd5 commit 3d38187Copy full SHA for 3d38187
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