1
Fork 0

Link to syntax section when referencing it

This commit is contained in:
Tomasz Miąsko 2020-07-27 00:00:00 +00:00
parent 10c375700c
commit 1b4a6a5183

View file

@ -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