Skip to content

Commit 3d3318b

Browse files
authored
Fix typo in std::fmt docs
1 parent bf242bb commit 3d3318b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
//! identifier '=' expression
7575
//! ```
7676
//!
77-
//! For example, the following [`format!`] expressions all use named argument:
77+
//! For example, the following [`format!`] expressions all use named arguments:
7878
//!
7979
//! ```
8080
//! format!("{argument}", argument = "test"); // => "test"

0 commit comments

Comments
 (0)