Skip to content

Commit b83ef53

Browse files
remove unnecessary space
Co-authored-by: gomazarashi <[email protected]>
1 parent e6308a8 commit b83ef53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/layout/container.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub enum InlineItem {
191191
/// )
192192
/// ```
193193
///
194-
/// ブロックは、特に show ルールを記述する際、本来インラインとなる要素を強制的にブロックレベルとして扱う場合にも有用です。
194+
/// ブロックは、特にshowルールを記述する際、本来インラインとなる要素を強制的にブロックレベルとして扱う場合にも有用です。
195195
/// ```example
196196
/// #show heading: it => it.body
197197
/// = Blockless

0 commit comments

Comments
 (0)