Skip to content

Commit 3fbf1db

Browse files
uvtcbbatsov
authored andcommitted
Improve wording (bbatsov#134)
1 parent 5a84b59 commit 3fbf1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ pairwise constructs as found in e.g. `let` and `cond`.
820820
exists in the form of a separate function (e.g. `even?` and `odd?`).
821821

822822
* <a name="comp"></a>
823-
Leverage `comp` when it would yield simpler code.
823+
Leverage `comp` when doing so yields simpler code.
824824
<sup>[[link](#comp)]</sup>
825825

826826
```Clojure
@@ -834,7 +834,7 @@ pairwise constructs as found in e.g. `let` and `cond`.
834834
```
835835

836836
* <a name="partial"></a>
837-
Leverage `partial` when it would yield simpler code.
837+
Leverage `partial` when doing so yields simpler code.
838838
<sup>[[link](#partial)]</sup>
839839

840840
```Clojure

0 commit comments

Comments
 (0)