diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-29 16:38:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-29 16:38:20 -0700 |
| commit | 35226766c98147142c573c2087a5c3aae9819e99 (patch) | |
| tree | e73b84df2fa43d34845f7a938aca083936e3cdf6 | |
| parent | acad0a0517fa2a635d71d78e832fd2507c8ee6a1 (diff) | |
| parent | 1b4a6a5183b6b1cfcbbabc530da3f013e681202b (diff) | |
| download | rust-35226766c98147142c573c2087a5c3aae9819e99.tar.gz rust-35226766c98147142c573c2087a5c3aae9819e99.zip | |
Rollup merge of #74819 - tmiasko:format-spec, r=joshtriplett
Point towards `format_spec`; it is in other direction
| -rw-r--r-- | library/alloc/src/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/fmt.rs b/library/alloc/src/fmt.rs index 26077f3c8d1..b83b3024295 100644 --- a/library/alloc/src/fmt.rs +++ b/library/alloc/src/fmt.rs @@ -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 |
