Skip to content

Commit 5c346f7

Browse files
committed
Add script style comment
1 parent c681bd2 commit 5c346f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styling.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ pub enum MathStyle {
7272
///
7373
/// Supported characters: latin, greek.
7474
BoldItalic,
75-
/// Script style.
75+
/// Script style. May be chancery or roundhand depending on the font.
7676
///
7777
/// Supported characters: latin.
7878
Script,
79-
/// Bold script style.
79+
/// Bold script style. May be chancery or roundhand depending on the font.
8080
///
8181
/// Supported characters: latin.
8282
BoldScript,

0 commit comments

Comments
 (0)