diff --git a/crates/typst/src/layout/container.rs b/crates/typst/src/layout/container.rs index 5f4a7cd2b..1dbd73650 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(