We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 344b02b + a181d2f commit 4433903Copy full SHA for 4433903
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