Skip to content

Commit

Permalink
Fixed a typo (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSelter committed Jul 15, 2022
1 parent be646b2 commit 09a044f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/expressions/parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ math.parse([expr1, expr2, expr3, ...])
```

Function `parse` accepts a single expression or an array with
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,
which can be successively compiled and evaluated:

```js
Expand Down

0 comments on commit 09a044f

Please sign in to comment.