We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88defe commit a181d2fCopy full SHA for a181d2f
src/libcollections/fmt.rs
@@ -81,7 +81,7 @@
81
//!
82
//! ```
83
//! format!("{argument}", argument = "test"); // => "test"
84
-//! format!("{name} {}", 1, name = 2); // => "2 1"
+//! format!("{name} {}", 1, name = 2); // => "2 1"
85
//! format!("{a} {c} {b}", a="a", b='b', c=3); // => "a 3 b"
86
87
0 commit comments