Skip to content

Commit 412a636

Browse files
Update crates/typst-library/src/model/outline.rs
Co-authored-by: ultimatile <[email protected]>
1 parent 8248570 commit 412a636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/model/outline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ impl OutlineEntry {
416416
engine: &mut Engine,
417417
context: Tracked<Context>,
418418
span: Span,
419-
/// `prefix`は、レベルが1段低い項目の`inner`コンテンツと整列されます
419+
/// `prefix`は、レベルが1段低い項目の`inner`コンテンツと揃うように配置されます
420420
///
421421
/// デフォルトのshowルールでは`it.prefix()`ですが、自由にカスタマイズできます。
422422
prefix: Option<Content>,

0 commit comments

Comments
 (0)