We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b5b70 commit 5f54ce7Copy full SHA for 5f54ce7
src/liballoc/fmt.rs
@@ -130,7 +130,7 @@
130
//!
131
//! The default [fill/alignment](#fillalignment) for non-numerics is a space and
132
//! left-aligned. The
133
-//! 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
134
//! the `0` flag (see below) is specified for numerics, then the implicit fill character is
135
//! `0`.
136
0 commit comments