File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Special (Conditions)
2
- ## Decomplect your code. No mystique! No macros!
2
+ ## Decomplect _ when, what, and how. _ No mystique! No macros!
3
3
4
4
[ ![ Clojars Project] ( https://img.shields.io/clojars/v/special.svg )] ( https://clojars.org/special )
5
5
@@ -196,8 +196,8 @@ though it can be good practice to have one.
196
196
How about some more fun with handlers? Like decomplecting
197
197
the decision about * what* to do about odd numbers
198
198
from * how* to do it.
199
- In the example below, ` f ` decides * which * numbers are ` :odd ` ,
200
- ` g ` decides * what* to do about them , and ` f ` also
199
+ In the example below, ` f ` detects * when * we have an ` :odd ` situation ,
200
+ ` g ` decides * what* to do about it , and ` f ` also
201
201
decides * how* to do it.
202
202
203
203
``` clojure
You can’t perform that action at this time.
0 commit comments