Fix typo in block.clip documentation (#4895)

This commit is contained in:
Jacob Garm 2024-09-04 13:11:25 +02:00 committed by GitHub
parent a87d4776c0
commit 8a8c4cec77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(