Skip to content

Commit

Permalink
Rollup merge of rust-lang#30981 - boblehest:tmp, r=alexcrichton
Browse files Browse the repository at this point in the history
Original: rust-lang#30968 (My first PR was targeting the wrong branch)
  • Loading branch information
Manishearth committed Jan 18, 2016
2 parents 0888649 + 46c23e8 commit f791395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcollections/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f791395

Please sign in to comment.