Skip to content

Commit

Permalink
Fix longCount -> countLong for Rx 1.0. See issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
daveray committed Nov 29, 2014
1 parent 8a27b5e commit f022fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/clojure/rx/lang/clojure/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,10 @@
"Returns an Observable that emits the number of items is xs as a long.
See:
rx.Observable/longCount
rx.Observable/countLong
"
[^Observable xs]
(.longCount xs))
(.countLong xs))

(defn cycle
"Returns an Observable that emits the items of xs repeatedly, forever.
Expand Down

0 comments on commit f022fad

Please sign in to comment.