diff options
| author | Jørn Lode <jlode90@gmail.com> | 2016-01-17 04:36:03 +0100 |
|---|---|---|
| committer | Jørn Lode <jlode90@gmail.com> | 2016-01-17 04:36:03 +0100 |
| commit | 46c23e8f0316e9dae0f3596ff252a0b69d345369 (patch) | |
| tree | e25987afe95860ee5c3320d18ca60225d7908579 | |
| parent | 1f516dc7c1e48ff05c3c0649aa8f77d29a25e0b7 (diff) | |
| download | rust-46c23e8f0316e9dae0f3596ff252a0b69d345369.tar.gz rust-46c23e8f0316e9dae0f3596ff252a0b69d345369.zip | |
Fix typo in std::fmt docs
| -rw-r--r-- | src/libcollections/fmt.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcollections/fmt.rs b/src/libcollections/fmt.rs index 1450b8efb0f..31f750b0d36 100644 --- a/src/libcollections/fmt.rs +++ b/src/libcollections/fmt.rs @@ -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 |
