From 5a08e679c792cbb5110c18d80a5090ad31bb103a Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Fri, 21 Nov 2014 15:12:08 +0000 Subject: [PATCH] Fix std::fmt::Binary format char in docs This small piece of documentation was missed in the format character change in 4af3494bb02e80badc978faa65e59625ade0c675. --- src/libcore/fmt/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/fmt/mod.rs b/src/libcore/fmt/mod.rs index be8828b3ec8..6e77b0a7c79 100644 --- a/src/libcore/fmt/mod.rs +++ b/src/libcore/fmt/mod.rs @@ -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.