Skip to content

Commit

Permalink
Rollup merge of #63480 - OptimisticPeach:patch-1, r=Centril
Browse files Browse the repository at this point in the history
Fixes #63477

Adds a closing parenthesis.
  • Loading branch information
Centril authored Aug 12, 2019
2 parents 7bdff66 + 3d38187 commit 9d29719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ macro_rules! print {
/// Prints to the standard output, with a newline.
///
/// On all platforms, the newline is the LINE FEED character (`\n`/`U+000A`) alone
/// (no additional CARRIAGE RETURN (`\r`/`U+000D`).
/// (no additional CARRIAGE RETURN (`\r`/`U+000D`)).
///
/// Use the [`format!`] syntax to write data to the standard output.
/// See [`std::fmt`] for more information.
Expand Down

0 comments on commit 9d29719

Please sign in to comment.