fix comment

This commit is contained in:
Jean-Marc Lasgouttes 2024-06-25 12:01:05 +02:00
parent 979aabfaed
commit e653907b84

View File

@ -404,7 +404,7 @@ public:
}
/// Returns the current math style in the stream.
const MathStyle & getFontMathStyle() const { return font_math_style_; }
/// Returns the current math style in the stream.
/// Sets the current math style in the stream.
void setFontMathStyle(const MathStyle style) { font_math_style_ = style; }
private:
///