Skip to content

Commit 3522676

Browse files
authored
Rollup merge of #74819 - tmiasko:format-spec, r=joshtriplett
Point towards `format_spec`; it is in other direction
2 parents acad0a0 + 1b4a6a5 commit 3522676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
//! # Formatting Parameters
8484
//!
8585
//! Each argument being formatted can be transformed by a number of formatting
86-
//! parameters (corresponding to `format_spec` in the syntax above). These
86+
//! parameters (corresponding to `format_spec` in [the syntax](#syntax)). These
8787
//! parameters affect the string representation of what's being formatted.
8888
//!
8989
//! ## Width

0 commit comments

Comments
 (0)