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…
Reference in New Issue