We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c3757 commit 1b4a6a5Copy full SHA for 1b4a6a5
library/alloc/src/fmt.rs
@@ -83,7 +83,7 @@
83
//! # Formatting Parameters
84
//!
85
//! Each argument being formatted can be transformed by a number of formatting
86
-//! parameters (corresponding to `format_spec` in the syntax above). These
+//! parameters (corresponding to `format_spec` in [the syntax](#syntax)). These
87
//! parameters affect the string representation of what's being formatted.
88
89
//! ## Width
0 commit comments