Fix a typo in the Calc manual

* doc/misc/calc.texi (Algebraic Tutorial): Fix parentheses in
@example.  (Bug#34689)
This commit is contained in:
Eli Zaretskii 2019-03-01 12:30:47 +02:00
parent f3dab02232
commit 9df1365f38

View file

@ -1775,7 +1775,7 @@ evaluated first, then @samp{*}, then @samp{/}, then finally
is equivalent to
@example
2 + ((3*4*5) / (6*(7^8)) - 9
2 + ((3*4*5) / (6*(7^8))) - 9
@end example
@noindent