File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 340
340
//!
341
341
//! ## Fill/Alignment
342
342
//!
343
- //! The fill character is provided normally in conjunction with the `width`
343
+ //! The fill character is provided normally in conjunction with the
344
+ //! [`width`](#width)
344
345
//! parameter. This indicates that if the value being formatted is smaller than
345
346
//! `width` some extra characters will be printed around it. The extra
346
347
//! characters are specified by `fill`, and the alignment can be one of the
388
389
//! padding specified by fill/alignment will be used to take up the required
389
390
//! space.
390
391
//!
391
- //! The default fill/alignment for non-numerics is a space and left-aligned. The
392
+ //! The default [fill/alignment](#fillalignment) for non-numerics is a space and
393
+ //! left-aligned. The
392
394
//! defaults for numeric formatters is also a space but with right-alignment. If
393
395
//! the `0` flag is specified for numerics, then the implicit fill character is
394
396
//! `0`.
You can’t perform that action at this time.
0 commit comments