Fix a typo in the Calc manual
* doc/misc/calc.texi (Algebraic Tutorial): Fix parentheses in @example. (Bug#34689)
This commit is contained in:
parent
f3dab02232
commit
9df1365f38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue