Skip to content

Commit

Permalink
doc: improve output
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed May 14, 2016
1 parent bc57899 commit 971a3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
//! fn my_fmt_fn(args: fmt::Arguments) {
//! write!(&mut io::stdout(), "{}", args);
//! }
//! my_fmt_fn(format_args!("or a {} too", "function"));
//! my_fmt_fn(format_args!(", or a {} too", "function"));
//! ```
//!
//! The result of the `format_args!` macro is a value of type `fmt::Arguments`.
Expand Down

0 comments on commit 971a3af

Please sign in to comment.