mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Fix typo in std::fmt
docs
This commit is contained in:
parent
bf242bb119
commit
3d3318b406
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user