Skip to content

Commit

Permalink
Fix typo in std::fmt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm authored Feb 9, 2022
1 parent bf242bb commit 3d3318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d3318b

Please sign in to comment.