Skip to content

Commit 186290b

Browse files
committed
syntax highlighting
1 parent e562979 commit 186290b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Expr
319319
```
320320

321321
Now suppose we actaully wanted all `Symbol`s to be treated as `Real` numbers. We can simply define
322-
```
322+
```julia
323323
SymbolicUtils.symtype(s::Symbol) = Real
324324

325325
julia> dump(simplify(ex))

0 commit comments

Comments
 (0)