Skip to content

Commit 9da539b

Browse files
typo
1 parent 8e42d4e commit 9da539b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/parsing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We can use the function `parse_expr_to_symbolic` from Symbolics.jl to generate t
1515
form of the expression:
1616

1717
```@example parsing
18-
Symbolics
18+
using Symbolics
1919
eqs = parse_expr_to_symbolic.(ex, (Main,))
2020
```
2121

0 commit comments

Comments
 (0)