Skip to content

Commit 4c8f3de

Browse files
author
Kylo Ginsberg
committed
s/statement/expression/ in one spot
1 parent 5babbeb commit 4c8f3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljlab/flowcontrol.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
;; **
101101
;;; ## `when`
102102
;;;
103-
;;; `when` is a one-armed `if`. It checks a condition and then evaluates any number of statements as a body (so no `do` is required). The value of the last expression is returned. If the condition is false, nil is returned.
103+
;;; `when` is a one-armed `if`. It checks a condition and then evaluates any number of expressions as a body (so no `do` is required). The value of the last expression is returned. If the condition is false, nil is returned.
104104
;;;
105105
;;; `when` communicates to a reader that there is no "else" branch.
106106
;; **

0 commit comments

Comments
 (0)