Skip to content

Commit 3e1d4cd

Browse files
ultimatileCopilot
andauthored
Update crates/typst-library/src/math/style.rs
Co-authored-by: Copilot <[email protected]>
1 parent 9c50524 commit 3e1d4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/math/style.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub fn sans(
8484
/// We establish $cal(P) != scr(P)$.
8585
/// ```
8686
///
87-
/// (ボックスは本来必要ありませんが、Typstの数式中におけるテキストスタイルの取り扱いに関する制約のため、現時点では残念ながら必要です。)
87+
/// (ボックスは概念的には不要ですが、現在のTypstの数式テキストスタイル処理の制約により必要です。)
8888
#[func(title = "Calligraphic", keywords = ["mathcal", "mathscr"])]
8989
pub fn cal(
9090
/// スタイルを適用するコンテンツ。

0 commit comments

Comments
 (0)