Skip to content

Commit 2af06aa

Browse files
author
gomazarashi
committed
バッククォートの位置を修正
1 parent 53f9674 commit 2af06aa

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
@@ -53,7 +53,7 @@ pub struct LinkElem {
5353
/// 要素に基づいて自動的にリンクの本文を生成したい場合は、
5454
/// [reference]($ref)を使用することを検討してください。
5555
///
56-
/// - [`location`](通常は`[here`]や[`locate`]、
56+
/// - [`location`](通常は[`here`]や[`locate`]、
5757
/// [`query`]から取得される)。
5858
///
5959
/// - [integer]($int)型の`page`キーと[length]型の`x`座標、`y`座標を持つ辞書。

0 commit comments

Comments
 (0)