Skip to content

Commit

Permalink
Update reference to old_io in fmt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Apr 21, 2015
1 parent f46c4e1 commit d8943e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/fmt.rs
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 d8943e1

Please sign in to comment.