about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2020-05-06 18:58:12 -0400
committerGitHub <noreply@github.com>2020-05-06 18:58:12 -0400
commit39b5b7000a587ad3d36d9af15bafb8c900f10f73 (patch)
tree89239367399fd4c07c16fcc6123feb4dd15d893b
parent642541307fcf3773cfdae99db07d51d0436b6360 (diff)
downloadrust-39b5b7000a587ad3d36d9af15bafb8c900f10f73.tar.gz
rust-39b5b7000a587ad3d36d9af15bafb8c900f10f73.zip
grammar: count-agreement default ... is
-rw-r--r--src/liballoc/fmt.rs2
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`.
 //!