Skip to content

Commit

Permalink
Rollup merge of #33605 - tshepang:less-awkward, r=steveklabnik
Browse files Browse the repository at this point in the history
doc: use less awkward and less confusing language
  • Loading branch information
sanxiyn committed May 14, 2016
2 parents 4433903 + 10c984a commit 7ba8ec7
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 @@ -104,8 +104,8 @@
//! octal.
//!
//! There are various parameters which do require a particular type, however.
//! Namely, the `{:.*}` syntax, which sets the number of numbers after the
//! decimal in floating-point types:
//! An example is the `{:.*}` syntax, which sets the number of decimal places
//! in floating-point types:
//!
//! ```
//! let formatted_number = format!("{:.*}", 2, 1.234567);
Expand Down

0 comments on commit 7ba8ec7

Please sign in to comment.