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 2e89dda commit 2aa339d
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 @@ -187,7 +187,7 @@ csa = Chain([sqexpand, acpyid])
csa((cos(x) + sin(x))^2)
```

Important feature of `Chain` is that it returns the expressiona instead of `nothing` if it doesn't change the expression
Important feature of `Chain` is that it returns the expression instead of `nothing` if it doesn't change the expression

```julia:composing2
Chain([@acrule sin(~x)^2 + cos(~x)^2 => 1])((cos(x) + sin(x))^2)
Expand Down

0 comments on commit 2aa339d

Please sign in to comment.