We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acad0a0 + 1b4a6a5 commit 3522676Copy full SHA for 3522676
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