1
Fork 0
Adds a closing parenthesis.
This commit is contained in:
OptimisticPeach 2019-08-12 00:15:14 -04:00 committed by GitHub
parent 899efd5108
commit 3d38187afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.