Skip to content

Commit 3d38187

Browse files
Fixes #63477
Adds a closing parenthesis.
1 parent 899efd5 commit 3d38187

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)