Skip to content

Commit

Permalink
Rollup merge of #74819 - tmiasko:format-spec, r=joshtriplett
Browse files Browse the repository at this point in the history
Point towards `format_spec`; it is in other direction
  • Loading branch information
Manishearth committed Jul 29, 2020
2 parents acad0a0 + 1b4a6a5 commit 3522676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
//! # Formatting Parameters
//!
//! Each argument being formatted can be transformed by a number of formatting
//! parameters (corresponding to `format_spec` in the syntax above). These
//! parameters (corresponding to `format_spec` in [the syntax](#syntax)). These
//! parameters affect the string representation of what's being formatted.
//!
//! ## Width
Expand Down

0 comments on commit 3522676

Please sign in to comment.