summaryrefslogtreecommitdiff
path: root/crates/typst-library
diff options
context:
space:
mode:
authorPhilipp Niedermayer <eltos@outlook.de>2025-03-28 16:28:03 +0100
committerGitHub <noreply@github.com>2025-03-28 15:28:03 +0000
commitb7a4382a73e495cf56350c1ba4f216d51b1864c7 (patch)
treed8f6fa2f938d8e22c89b4febad2f1e558a86dea8 /crates/typst-library
parent838a46dbb7124125947bfdafe8ddf97810c5de47 (diff)
Fix typo (#6104)
Diffstat (limited to 'crates/typst-library')
-rw-r--r--crates/typst-library/src/visualize/shape.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/visualize/shape.rs b/crates/typst-library/src/visualize/shape.rs
index 439b4cd9..ff05be2b 100644
--- a/crates/typst-library/src/visualize/shape.rs
+++ b/crates/typst-library/src/visualize/shape.rs
@@ -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())))]