From 531c3b75901b95a981ce1790d28320405081e94a Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Tue, 18 Jul 2023 18:56:05 -0700 Subject: [PATCH] typo --- doc/MathObjects/UsingMathObjects.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/MathObjects/UsingMathObjects.pod b/doc/MathObjects/UsingMathObjects.pod index 7b4d58335e..79dd16ed1d 100644 --- a/doc/MathObjects/UsingMathObjects.pod +++ b/doc/MathObjects/UsingMathObjects.pod @@ -73,7 +73,7 @@ If you place C<< Context()->texStrings >> before a C block, and C<< Context()->normalStrings >> afterward, then using C<$f> within the text will cause the TeX version to be inserted, rather than the string version. This makes it -easier to generate well-formated output in your problems without +easier to generate well-formatted output in your problems without having to produce a separate TeX form yourself. =item C<< $f->perl >>