Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: line these comments up
Looks more nice, and same is done with prior examples
  • Loading branch information
tshepang committed May 12, 2016
1 parent e88defe commit a181d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/fmt.rs
Expand Up @@ -81,7 +81,7 @@
//!
//! ```
//! format!("{argument}", argument = "test"); // => "test"
//! format!("{name} {}", 1, name = 2); // => "2 1"
//! format!("{name} {}", 1, name = 2); // => "2 1"
//! format!("{a} {c} {b}", a="a", b='b', c=3); // => "a 3 b"
//! ```
//!
Expand Down

0 comments on commit a181d2f

Please sign in to comment.