Skip to content

Commit 488e660

Browse files
authored
grammar: noun not verb
1 parent c8aba78 commit 488e660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/liballoc/fmt.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@
173173
//! like `{:08}` would yield `00000001` for the integer `1`, while the
174174
//! same format would yield `-0000001` for the integer `-1`. Notice that
175175
//! the negative version has one fewer zero than the positive version.
176-
//! Note that padding zeroes are always placed after the sign (if any)
176+
//! Note that padding zeros are always placed after the sign (if any)
177177
//! and before the digits. When used together with the `#` flag, a similar
178-
//! rule applies: padding zeroes are inserted after the prefix but before
178+
//! rule applies: padding zeros are inserted after the prefix but before
179179
//! the digits. The prefix is included in the total width.
180180
//!
181181
//! ## Precision

0 commit comments

Comments
 (0)