Skip to content

Commit 5f54ce7

Browse files
authored
grammar: disambiguate space-character
1 parent 39b5b70 commit 5f54ce7

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-
//! default for numeric formatters is also a space but with right-alignment. If
133+
//! default for numeric formatters is also a space character 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)