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 c8aba78 commit 488e660Copy full SHA for 488e660
src/liballoc/fmt.rs
@@ -173,9 +173,9 @@
173
//! like `{:08}` would yield `00000001` for the integer `1`, while the
174
//! same format would yield `-0000001` for the integer `-1`. Notice that
175
//! the negative version has one fewer zero than the positive version.
176
-//! Note that padding zeroes are always placed after the sign (if any)
+//! Note that padding zeros are always placed after the sign (if any)
177
//! and before the digits. When used together with the `#` flag, a similar
178
-//! rule applies: padding zeroes are inserted after the prefix but before
+//! rule applies: padding zeros are inserted after the prefix but before
179
//! the digits. The prefix is included in the total width.
180
//!
181
//! ## Precision
0 commit comments