Skip to content

Commit b10367f

Browse files
committed
rollup merge of rust-lang#19184: Gekkio/fix-binary-format-char
This small piece of documentation was missed in the format character change in 4af3494.
2 parents 543f7f5 + 5a08e67 commit b10367f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/fmt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ pub trait Octal for Sized? {
179179
fn fmt(&self, &mut Formatter) -> Result;
180180
}
181181

182-
/// Format trait for the `t` character
182+
/// Format trait for the `b` character
183183
#[unstable = "I/O and core have yet to be reconciled"]
184184
pub trait Binary for Sized? {
185185
/// Formats the value using the given formatter.

0 commit comments

Comments
 (0)