rollup merge of #19184: Gekkio/fix-binary-format-char

This small piece of documentation was missed in the format character change
in 4af3494bb0.
This commit is contained in:
Jakub Bukaj 2014-11-23 14:11:49 -05:00
commit 1e5de8cf3c

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.