Rollup merge of #24647 - mbrubeck:doc-edit, r=steveklabnik

None
This commit is contained in:
Steve Klabnik 2015-04-20 21:15:55 -04:00
commit 550c8d87a7

View file

@ -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