mirror of
https://github.com/typst/typst
synced 2025-05-19 11:35: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.
|
/// 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…
x
Reference in New Issue
Block a user