Skip to content

Commit 27ad78b

Browse files
mfikesswannodette
authored andcommitted
CLJS-1269: realized? docstring refers to promise and future
Since `promise` and `future` are not implemented in ClojureScript, eliminate references to them in the docstring for `realized?`
1 parent 6546749 commit 27ad78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8883,7 +8883,7 @@ reduces them without incurring seq initialization"
88838883
x))
88848884

88858885
(defn ^boolean realized?
8886-
"Returns true if a value has been produced for a promise, delay, future or lazy sequence."
8886+
"Returns true if a value has been produced for a delay or lazy sequence."
88878887
[d]
88888888
(-realized? d))
88898889

0 commit comments

Comments
 (0)