Use the right field name for `figure.caption.position` (#6226)
This commit is contained in:
parent
3e6691a93b
commit
14241ec1aa
|
|
@ -457,7 +457,7 @@ impl Outlinable for Packed<FigureElem> {
|
||||||
/// customize the appearance of captions for all figures or figures of a
|
/// customize the appearance of captions for all figures or figures of a
|
||||||
/// specific kind.
|
/// specific kind.
|
||||||
///
|
///
|
||||||
/// In addition to its `pos` and `body`, the `caption` also provides the
|
/// In addition to its `position` and `body`, the `caption` also provides the
|
||||||
/// figure's `kind`, `supplement`, `counter`, and `numbering` as fields. These
|
/// figure's `kind`, `supplement`, `counter`, and `numbering` as fields. These
|
||||||
/// parts can be used in [`where`]($function.where) selectors and show rules to
|
/// parts can be used in [`where`]($function.where) selectors and show rules to
|
||||||
/// build a completely custom caption.
|
/// build a completely custom caption.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue