From e9ff2d6463bf26cb0bbafb747bf8a77800687e3f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 2 Feb 2023 16:47:10 +0100 Subject: More robust automatic math spacing --- library/src/math/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/math/style.rs') 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. -- cgit v1.2.3