Skip to content

Commit 09b00f7

Browse files
authored
Update index.md (#129)
1 parent c3620b1 commit 09b00f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ expr1 + expr2
6868

6969
### Simplified printing
7070

71-
Tip: you can set `SymbolicUtils.show_simplified[] = true` to disable simplification on printing, or call `SymbolicUtils.showraw(expr)` to display an expression without simplification.
71+
Tip: you can set `SymbolicUtils.show_simplified[] = true` to enable simplification on printing, or call `SymbolicUtils.showraw(expr)` to display an expression without simplification.
7272
In the REPL, if an expression was successfully simplified before printing, it will appear in yellow rather than white, as a visual cue that what you are looking at is not the exact datastructure.
7373

7474
```julia:showraw

0 commit comments

Comments
 (0)