summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/layout/container.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/typst/src/layout/container.rs b/crates/typst/src/layout/container.rs
index 5f4a7cd2..1dbd7365 100644
--- a/crates/typst/src/layout/container.rs
+++ b/crates/typst/src/layout/container.rs
@@ -439,8 +439,8 @@ pub struct BlockElem {
/// Whether to clip the content inside the block.
///
- /// Clipping is useful when the block's content is larger than the box itself,
- /// as any content that exceeds the box's bounds will be hidden.
+ /// Clipping is useful when the block's content is larger than the block itself,
+ /// as any content that exceeds the block's bounds will be hidden.
///
/// ```example
/// #block(