mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +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>>>,
|
pub radius: Corners<Option<Rel<Length>>>,
|
||||||
|
|
||||||
/// How much to pad the rectangle's content.
|
/// 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]
|
#[resolve]
|
||||||
#[fold]
|
#[fold]
|
||||||
#[default(Sides::splat(Some(Abs::pt(5.0).into())))]
|
#[default(Sides::splat(Some(Abs::pt(5.0).into())))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user