mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Fix typo (#6104)
This commit is contained in:
parent
838a46dbb7
commit
b7a4382a73
@ -106,7 +106,7 @@ pub struct RectElem {
|
||||
pub radius: Corners<Option<Rel<Length>>>,
|
||||
|
||||
/// How much to pad the rectangle's content.
|
||||
/// See the [box's documentation]($box.outset) for more details.
|
||||
/// See the [box's documentation]($box.inset) for more details.
|
||||
#[resolve]
|
||||
#[fold]
|
||||
#[default(Sides::splat(Some(Abs::pt(5.0).into())))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user