Skip to content

Commit 39b5b70

Browse files
authored
grammar: count-agreement default ... is
1 parent 6425413 commit 39b5b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
//!
131131
//! The default [fill/alignment](#fillalignment) for non-numerics is a space and
132132
//! left-aligned. The
133-
//! defaults for numeric formatters is also a space but with right-alignment. If
133+
//! default for numeric formatters is also a space but with right-alignment. If
134134
//! the `0` flag (see below) is specified for numerics, then the implicit fill character is
135135
//! `0`.
136136
//!

0 commit comments

Comments
 (0)