We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be646b2 commit 09a044fCopy full SHA for 09a044f
docs/expressions/parsing.md
@@ -92,7 +92,7 @@ math.parse([expr1, expr2, expr3, ...])
92
```
93
94
Function `parse` accepts a single expression or an array with
95
-expressions as the argument. Function `parse` returns a the root node of the tree,
+expressions as the argument. Function `parse` returns the root node of the tree,
96
which can be successively compiled and evaluated:
97
98
```js
0 commit comments