about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-29 16:38:20 -0700
committerGitHub <noreply@github.com>2020-07-29 16:38:20 -0700
commit35226766c98147142c573c2087a5c3aae9819e99 (patch)
treee73b84df2fa43d34845f7a938aca083936e3cdf6
parentacad0a0517fa2a635d71d78e832fd2507c8ee6a1 (diff)
parent1b4a6a5183b6b1cfcbbabc530da3f013e681202b (diff)
downloadrust-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.rs2
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