From 488e660728eb8f97650a85c12ffbfe61b7b20a6b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 May 2020 19:00:15 -0400 Subject: grammar: noun not verb --- src/liballoc/fmt.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/liballoc') diff --git a/src/liballoc/fmt.rs b/src/liballoc/fmt.rs index e43def2ac3d..9c8e124d70a 100644 --- a/src/liballoc/fmt.rs +++ b/src/liballoc/fmt.rs @@ -173,9 +173,9 @@ //! like `{:08}` would yield `00000001` for the integer `1`, while the //! same format would yield `-0000001` for the integer `-1`. Notice that //! the negative version has one fewer zero than the positive version. -//! Note that padding zeroes are always placed after the sign (if any) +//! Note that padding zeros are always placed after the sign (if any) //! and before the digits. When used together with the `#` flag, a similar -//! rule applies: padding zeroes are inserted after the prefix but before +//! rule applies: padding zeros are inserted after the prefix but before //! the digits. The prefix is included in the total width. //! //! ## Precision -- cgit 1.4.1-3-g733a5