Skip to content

Commit

Permalink
fixes misspelling of "correct"
Browse files Browse the repository at this point in the history
  • Loading branch information
pernicat committed Mar 17, 2017
1 parent fb6931d commit 133f01f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions outline/flow_control.md
Expand Up @@ -314,9 +314,9 @@ ng-click="block21=!block21"></button>

```clojure
;; usage of correct? function
(corret? :and false) ;=> "You won"
(corret? :or false) ;=> "You lost"
(corret? :not true) ;=> "You won" (this may be "You lost")
(correct? :and false) ;=> "You won"
(correct? :or false) ;=> "You lost"
(correct? :not true) ;=> "You won" (this may be "You lost")
```
</section>

Expand Down

0 comments on commit 133f01f

Please sign in to comment.