Skip to content

Commit 0757fcd

Browse files
committed
docs: textlintの指摘を適用
1 parent 67720c3 commit 0757fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ use crate::text::TextElem;
6161
/// # Syntax
6262
/// この機能には専用の記法も用意されています。
6363
/// `{"normal"}` の参照を作成するためには`@`に続けてラベル名を入力します。
64-
/// (たとえば`[= Introduction <intro>]`というラベルを参照するには`[@intro]`と入力します
64+
/// (たとえば`[= Introduction <intro>]`というラベルを参照するには`[@intro]`と入力します)
6565
///
6666
/// 補足語をカスタマイズするには、
6767
/// `[@intro[Chapter]]`のように、参照の後に角括弧でコンテンツを追加します。

0 commit comments

Comments
 (0)