Skip to content

Commit deefd45

Browse files
committed
rm extra space
1 parent 5a3d76f commit deefd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/symbolic_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ If we need to use this to generate new Julia code, we can simply
395395
convert the output to an `Expr`:
396396

397397
```julia
398-
toexpr(x+y^2)
398+
toexpr(x+y^2)
399399
```
400400

401401
## `Sym`s and callable `Sym`s

0 commit comments

Comments
 (0)