diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-02 16:47:10 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-02 16:47:10 +0100 |
| commit | e9ff2d6463bf26cb0bbafb747bf8a77800687e3f (patch) | |
| tree | 810d28ba35557acacf987d08c2000e2e643cbe4e /library/src/math/style.rs | |
| parent | e6400861ab5c4d7ab437901b2334e5822c2693a5 (diff) | |
More robust automatic math spacing
Diffstat (limited to 'library/src/math/style.rs')
| -rw-r--r-- | library/src/math/style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/style.rs b/library/src/math/style.rs index da2e2313..9ae77346 100644 --- a/library/src/math/style.rs +++ b/library/src/math/style.rs @@ -313,7 +313,7 @@ impl LayoutMath for BbNode { } } -/// The style in a formula. +/// Text properties in a formula. #[derive(Debug, Copy, Clone, Eq, PartialEq)] pub struct MathStyle { /// The style variant to select. |
