Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenszhu authored Jul 26, 2022
1 parent 2aa339d commit 81cb5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page/rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Important feature of `Chain` is that it returns the expression instead of `nothi
Chain([@acrule sin(~x)^2 + cos(~x)^2 => 1])((cos(x) + sin(x))^2)
```

its important to notice, that chain is ordered, so if rules are in different order it wouldn't work the same as in earlier example
it's important to notice, that chain is ordered, so if rules are in different order it wouldn't work the same as in earlier example

```julia:composing3
cas = Chain([acpyid, sqexpand])
Expand Down

0 comments on commit 81cb5ce

Please sign in to comment.