mirror of https://github.com/stelzo/typst.git
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.
|
/// Whether to clip the content inside the block.
|
||||||
///
|
///
|
||||||
/// Clipping is useful when the block's content is larger than the box itself,
|
/// Clipping is useful when the block's content is larger than the block itself,
|
||||||
/// as any content that exceeds the box's bounds will be hidden.
|
/// as any content that exceeds the block's bounds will be hidden.
|
||||||
///
|
///
|
||||||
/// ```example
|
/// ```example
|
||||||
/// #block(
|
/// #block(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue