Skip to content

Commit

Permalink
Merge pull request google#114 from spainisnotequal/master
Browse files Browse the repository at this point in the history
Fix OR description
  • Loading branch information
Slids authored May 15, 2020
2 parents fb9d779 + 2a62aff commit 0c610e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koans/control-statements.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
x)))

(define-test or-short-circuit
;; AND only evaluates forms until one evaluates to non-NIL.
;; OR only evaluates forms until one evaluates to non-NIL.
(assert-equal ____
(let ((x 0))
(or
Expand Down

0 comments on commit 0c610e0

Please sign in to comment.