Skip to content

Commit

Permalink
Rollup merge of rust-lang#24647 - mbrubeck:doc-edit, r=steveklabnik
Browse files Browse the repository at this point in the history
None
  • Loading branch information
steveklabnik committed Apr 21, 2015
2 parents 1d082de + d8943e1 commit 550c8d8
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 @@ -246,7 +246,7 @@
//!
//! ```ignore
//! format! // described above
//! write! // first argument is a &mut old_io::Writer, the destination
//! write! // first argument is a &mut io::Write, the destination
//! writeln! // same as write but appends a newline
//! print! // the format string is printed to the standard output
//! println! // same as print but appends a newline
Expand Down

0 comments on commit 550c8d8

Please sign in to comment.