Rollup merge of #74819 - tmiasko:format-spec, r=joshtriplett

Point towards `format_spec`; it is in other direction
This commit is contained in:
Manish Goregaokar 2020-07-29 16:38:20 -07:00 committed by GitHub
commit 35226766c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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