Skip to content

Commit 46c23e8

Browse files
committed
Fix typo in std::fmt docs
1 parent 1f516dc commit 46c23e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcollections/fmt.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@
348348
//! The fill character is provided normally in conjunction with the `width`
349349
//! parameter. This indicates that if the value being formatted is smaller than
350350
//! `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:
351+
//! characters are specified by `fill`, and the alignment can be one of the
352+
//! following options:
353353
//!
354354
//! * `<` - the argument is left-aligned in `width` columns
355355
//! * `^` - the argument is center-aligned in `width` columns

0 commit comments

Comments
 (0)