We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::fmt
1 parent bf242bb commit 3d3318bCopy full SHA for 3d3318b
library/alloc/src/fmt.rs
@@ -74,7 +74,7 @@
74
//! identifier '=' expression
75
//! ```
76
//!
77
-//! For example, the following [`format!`] expressions all use named argument:
+//! For example, the following [`format!`] expressions all use named arguments:
78
79
80
//! format!("{argument}", argument = "test"); // => "test"
0 commit comments