Fix typo in std::fmt docs

This commit is contained in:
Titus 2022-02-09 11:26:10 +01:00 committed by GitHub
parent bf242bb119
commit 3d3318b406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@
//! identifier '=' expression
//! ```
//!
//! For example, the following [`format!`] expressions all use named argument:
//! For example, the following [`format!`] expressions all use named arguments:
//!
//! ```
//! format!("{argument}", argument = "test"); // => "test"