We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82512a1 commit 878379bCopy full SHA for 878379b
src/main/clojure/clojure/core/async.clj
@@ -190,7 +190,7 @@ the following values:
190
"takes a val from port. Must be called inside a (go ...) block. Will
191
return nil if closed. Will park if nothing is available."
192
[port]
193
- (assert nil ">! used not in (go ...) block"))
+ (assert nil "<! used not in (go ...) block"))
194
195
(defn take!
196
"Asynchronously takes a val from port, passing to fn1. Will pass nil
0 commit comments