Fix typo in std::fmt docs
This commit is contained in:
parent
1f516dc7c1
commit
46c23e8f03
1 changed files with 2 additions and 2 deletions
|
|
@ -348,8 +348,8 @@
|
|||
//! The fill character is provided normally in conjunction with the `width`
|
||||
//! parameter. This indicates that if the value being formatted is smaller than
|
||||
//! `width` some extra characters will be printed around it. The extra
|
||||
//! characters are specified by `fill`, and the alignment can be one of two
|
||||
//! options:
|
||||
//! characters are specified by `fill`, and the alignment can be one of the
|
||||
//! following options:
|
||||
//!
|
||||
//! * `<` - the argument is left-aligned in `width` columns
|
||||
//! * `^` - the argument is center-aligned in `width` columns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue