We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c41f2 commit 3653c1bCopy full SHA for 3653c1b
crates/typst-library/src/model/link.rs
@@ -51,7 +51,7 @@ pub struct LinkElem {
51
/// `dest`には次の3つのうちいずれかの形式を用いることができます。
52
/// - 要素に付与された[label]。
53
/// 要素に基づいて自動的にリンクの本文を生成したい場合は、
54
- /// [reference]($ref)を使用することを検討してください。
+ /// [reference]($ref)の使用を検討してください。
55
///
56
/// - [`location`](通常は[`here`]や[`locate`]、
57
/// [`query`]から取得される)。
0 commit comments