mirror of
https://github.com/typst/typst
synced 2025-05-19 03:25:27 +08:00
Fix typo in block.clip
documentation (#4895)
This commit is contained in:
parent
a87d4776c0
commit
8a8c4cec77
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user