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.
2 parents 0888649 + 46c23e8 commit f791395Copy full SHA for f791395
src/libcollections/fmt.rs
@@ -348,8 +348,8 @@
348
//! The fill character is provided normally in conjunction with the `width`
349
//! parameter. This indicates that if the value being formatted is smaller than
350
//! `width` some extra characters will be printed around it. The extra
351
-//! characters are specified by `fill`, and the alignment can be one of two
352
-//! options:
+//! characters are specified by `fill`, and the alignment can be one of the
+//! following options:
353
//!
354
//! * `<` - the argument is left-aligned in `width` columns
355
//! * `^` - the argument is center-aligned in `width` columns
0 commit comments