Skip to content

Commit 8248570

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

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
@@ -420,7 +420,7 @@ impl OutlineEntry {
420420
///
421421
/// デフォルトのshowルールでは`it.prefix()`ですが、自由にカスタマイズできます。
422422
prefix: Option<Content>,
423-
/// 項目のフォーマットされた内部コンテンツ
423+
/// 項目のフォーマットされた内部コンテンツ
424424
///
425425
/// デフォルトのshowルールでは`it.inner()`ですが、自由にカスタマイズできます。
426426
inner: Content,

0 commit comments

Comments
 (0)