Skip to content

Commit ce3743a

Browse files
Update crates/typst-library/src/foundations/func.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent b3c2f5c commit ce3743a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/typst-library/src/foundations/func.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ use crate::foundations::{
4444
/// Typstは様々な組版タスクに応じた関数を提供しています。
4545
/// さらには、作成されるマークアップの裏側では関数が用いられており、すべてのスタイル設定は関数を介して行われます。
4646
/// このリファレンスでは利用可能なすべての関数とその使い方を示します。
47-
/// Typstで関数をさらに活用する方法については、[set]($styling/#set-rules)ルールおよび[show]($styling/#show-rules)ルールのドキュメントも参照して下さい
47+
/// Typstで関数をさらに活用する方法については、[setルール]($styling/#set-rules)および[showルール]($styling/#show-rules)のドキュメントも参照して下さい
4848
///
4949
/// # 要素関数
5050
/// [見出し]($heading)や[表]($table)のような、いくつかの関数は _要素_ と結びついており、呼び出すとその種類に応じた要素を作成します。

0 commit comments

Comments
 (0)