mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
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
|
||||
/// 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
|
||||
/// parts can be used in [`where`]($function.where) selectors and show rules to
|
||||
/// build a completely custom caption.
|
||||
|
Loading…
x
Reference in New Issue
Block a user