Skip to content

Commit 5a08e67

Browse files
committed
Fix std::fmt::Binary format char in docs
This small piece of documentation was missed in the format character change in 4af3494.
1 parent 47c1d43 commit 5a08e67

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)