Skip to content

Commit c22917b

Browse files
Update crates/typst-library/src/model/link.rs
URLスキームに関する表現を修正 Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent 418609f commit c22917b

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
@@ -43,7 +43,7 @@ pub struct LinkElem {
4343
/// リンクの遷移先。
4444
///
4545
/// - Webページにリンクする場合、`dest`は有効なURL文字列である必要があります。
46-
/// `mailto:`または `tel:`スキームを含むURLが指定され
46+
/// `mailto:``tel:`のURLスキームを含むURLが指定され
4747
/// かつ`body`パラメーターが省略された場合、
4848
/// スキームを除いたメールアドレスまたは電話番号がリンクの本文になります。
4949
///

0 commit comments

Comments
 (0)