Skip to content

Commit

Permalink
grammar: disambiguate space-character
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed May 6, 2020
1 parent 39b5b70 commit 5f54ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/fmt.rs
Expand Up @@ -130,7 +130,7 @@
//!
//! The default [fill/alignment](#fillalignment) for non-numerics is a space and
//! left-aligned. The
//! default for numeric formatters is also a space but with right-alignment. If
//! default for numeric formatters is also a space character but with right-alignment. If
//! the `0` flag (see below) is specified for numerics, then the implicit fill character is
//! `0`.
//!
Expand Down

0 comments on commit 5f54ce7

Please sign in to comment.