There was an error while loading. Please reload this page.
1 parent 5a84b59 commit 3fbf1dbCopy full SHA for 3fbf1db
README.md
@@ -820,7 +820,7 @@ pairwise constructs as found in e.g. `let` and `cond`.
820
exists in the form of a separate function (e.g. `even?` and `odd?`).
821
822
* <a name="comp"></a>
823
- Leverage `comp` when it would yield simpler code.
+ Leverage `comp` when doing so yields simpler code.
824
<sup>[[link](#comp)]</sup>
825
826
```Clojure
@@ -834,7 +834,7 @@ pairwise constructs as found in e.g. `let` and `cond`.
834
```
835
836
* <a name="partial"></a>
837
- Leverage `partial` when it would yield simpler code.
+ Leverage `partial` when doing so yields simpler code.
838
<sup>[[link](#partial)]</sup>
839
840
0 commit comments