Skip to content

Commit db4bb76

Browse files
authored
Tiny documentation change
1 parent 6b9e43c commit db4bb76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Special (Conditions)
2-
## Decomplect your code. No mystique! No macros!
2+
## Decomplect _when, what, and how._ No mystique! No macros!
33

44
[![Clojars Project](https://img.shields.io/clojars/v/special.svg)](https://clojars.org/special)
55

@@ -196,8 +196,8 @@ though it can be good practice to have one.
196196
How about some more fun with handlers? Like decomplecting
197197
the decision about *what* to do about odd numbers
198198
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
201201
decides *how* to do it.
202202

203203
```clojure

0 commit comments

Comments
 (0)