Fix std::fmt::Binary format char in docs

This small piece of documentation was missed in the format character change
in 4af3494bb0.
This commit is contained in:
Joonas Javanainen 2014-11-21 15:12:08 +00:00
parent 47c1d437c9
commit 5a08e679c7

View File

@ -179,7 +179,7 @@ pub trait Octal for Sized? {
fn fmt(&self, &mut Formatter) -> Result;
}
/// Format trait for the `t` character
/// Format trait for the `b` character
#[unstable = "I/O and core have yet to be reconciled"]
pub trait Binary for Sized? {
/// Formats the value using the given formatter.