Skip to content

Commit af9834e

Browse files
Update crates/typst-library/src/math/style.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent 0c76053 commit af9834e

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
@@ -72,7 +72,7 @@ pub fn sans(
7272
/// これは両スタイルが同じUnicodeのコードポイントを共有しているためです。
7373
/// このため、スタイル間の切り替えは[フォントフィーチャー]($text.features)を用いてサポートされているフォントでのみ可能です。
7474
///
75-
/// デフォルトの数式フォントでは、ラウンドハンドスタイルが`ss01`フィーチャーとして利用可能です。
75+
/// デフォルトの数式フォントでは、ラウンドハンドスタイル(丸みを帯びた筆記体)が`ss01`フィーチャーとして利用可能です。
7676
/// したがって、以下のように独自の`\mathscr`が定義できます。
7777
///
7878
/// ```example

0 commit comments

Comments
 (0)