Skip to content

Commit 3653c1b

Browse files
authored
Update crates/typst-library/src/model/link.rs
1 parent 60c41f2 commit 3653c1b

File tree

1 file changed

+1
-1
lines changed
  • crates/typst-library/src/model

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub struct LinkElem {
5151
/// `dest`には次の3つのうちいずれかの形式を用いることができます。
5252
/// - 要素に付与された[label]。
5353
/// 要素に基づいて自動的にリンクの本文を生成したい場合は、
54-
/// [reference]($ref)を使用することを検討してください
54+
/// [reference]($ref)の使用を検討してください
5555
///
5656
/// - [`location`](通常は[`here`]や[`locate`]、
5757
/// [`query`]から取得される)。

0 commit comments

Comments
 (0)