Skip to content

Commit 4b3629c

Browse files
committed
Merge pull request bbatsov#88 from ccfontes/patch-1
Make if-not good example consistent with bad
2 parents 6ae31bf + 09a7a54 commit 4b3629c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ pairwise constructs as found in e.g. `let` and `cond`.
477477

478478
```Clojure
479479
;; good
480-
(if-not (pred)
480+
(if-not pred
481481
(foo))
482482

483483
;; bad

0 commit comments

Comments
 (0)