Skip to content

Commit a181d2f

Browse files
committed
doc: line these comments up
Looks more nice, and same is done with prior examples
1 parent e88defe commit a181d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libcollections/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
//!
8282
//! ```
8383
//! format!("{argument}", argument = "test"); // => "test"
84-
//! format!("{name} {}", 1, name = 2); // => "2 1"
84+
//! format!("{name} {}", 1, name = 2); // => "2 1"
8585
//! format!("{a} {c} {b}", a="a", b='b', c=3); // => "a 3 b"
8686
//! ```
8787
//!

0 commit comments

Comments
 (0)