We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e42d4e commit 9da539bCopy full SHA for 9da539b
docs/src/examples/parsing.md
@@ -15,7 +15,7 @@ We can use the function `parse_expr_to_symbolic` from Symbolics.jl to generate t
15
form of the expression:
16
17
```@example parsing
18
-Symbolics
+using Symbolics
19
eqs = parse_expr_to_symbolic.(ex, (Main,))
20
```
21
0 commit comments