Skip to content

Commit 9d29719

Browse files
authored
Rollup merge of #63480 - OptimisticPeach:patch-1, r=Centril
Fixes #63477 Adds a closing parenthesis.
2 parents 7bdff66 + 3d38187 commit 9d29719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ macro_rules! print {
119119
/// Prints to the standard output, with a newline.
120120
///
121121
/// On all platforms, the newline is the LINE FEED character (`\n`/`U+000A`) alone
122-
/// (no additional CARRIAGE RETURN (`\r`/`U+000D`).
122+
/// (no additional CARRIAGE RETURN (`\r`/`U+000D`)).
123123
///
124124
/// Use the [`format!`] syntax to write data to the standard output.
125125
/// See [`std::fmt`] for more information.

0 commit comments

Comments
 (0)