We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb0ba3 commit c04c963Copy full SHA for c04c963
src/libcollections/fmt.rs
@@ -364,7 +364,7 @@
364
//! * `o` - precedes the argument with a "0o"
365
//! * '0' - This is used to indicate for integer formats that the padding should
366
//! both be done with a `0` character as well as be sign-aware. A format
367
-//! like `{:08d}` would yield `00000001` for the integer `1`, while the
+//! like `{:08}` would yield `00000001` for the integer `1`, while the
368
//! same format would yield `-0000001` for the integer `-1`. Notice that
369
//! the negative version has one fewer zero than the positive version.
370
//!
0 commit comments