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 1f516dc commit 46c23e8Copy full SHA for 46c23e8
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