We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98782bb commit 53a3f28Copy full SHA for 53a3f28
src/libstd/fmt/mod.rs
@@ -580,7 +580,7 @@ pub trait Unsigned { fn fmt(&self, &mut Formatter) -> Result; }
580
/// Format trait for the `o` character
581
#[allow(missing_doc)]
582
pub trait Octal { fn fmt(&self, &mut Formatter) -> Result; }
583
-/// Format trait for the `b` character
+/// Format trait for the `t` character
584
585
pub trait Binary { fn fmt(&self, &mut Formatter) -> Result; }
586
/// Format trait for the `x` character
0 commit comments