Skip to content

Commit 9c50524

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

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
@@ -73,7 +73,7 @@ pub fn sans(
7373
/// このため、スタイル間の切り替えは[フォントフィーチャー]($text.features)を用いてサポートされているフォントでのみ可能です。
7474
///
7575
/// デフォルトの数式フォントでは、ラウンドハンドスタイルが`ss01`フィーチャーとして利用可能です。
76-
/// したがって、以下のように自分専用の`\mathscr`が定義できます。
76+
/// したがって、以下のように独自の`\mathscr`が定義できます。
7777
///
7878
/// ```example
7979
/// #let scr(it) = text(

0 commit comments

Comments
 (0)