diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2020-05-06 18:58:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 18:58:12 -0400 |
| commit | 39b5b7000a587ad3d36d9af15bafb8c900f10f73 (patch) | |
| tree | 89239367399fd4c07c16fcc6123feb4dd15d893b | |
| parent | 642541307fcf3773cfdae99db07d51d0436b6360 (diff) | |
| download | rust-39b5b7000a587ad3d36d9af15bafb8c900f10f73.tar.gz rust-39b5b7000a587ad3d36d9af15bafb8c900f10f73.zip | |
grammar: count-agreement default ... is
| -rw-r--r-- | src/liballoc/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/fmt.rs b/src/liballoc/fmt.rs index 959bbeb12d9..9a4e9f4d26f 100644 --- a/src/liballoc/fmt.rs +++ b/src/liballoc/fmt.rs @@ -130,7 +130,7 @@ //! //! The default [fill/alignment](#fillalignment) for non-numerics is a space and //! left-aligned. The -//! defaults for numeric formatters is also a space but with right-alignment. If +//! default for numeric formatters is also a space but with right-alignment. If //! the `0` flag (see below) is specified for numerics, then the implicit fill character is //! `0`. //! |
