Skip to content

Commit 09a044f

Browse files
authored
Fixed a typo (#2626)
1 parent be646b2 commit 09a044f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/expressions/parsing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ math.parse([expr1, expr2, expr3, ...])
9292
```
9393

9494
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,
95+
expressions as the argument. Function `parse` returns the root node of the tree,
9696
which can be successively compiled and evaluated:
9797

9898
```js

0 commit comments

Comments
 (0)