Skip to content

Commit cec745d

Browse files
mfikesswannodette
authored andcommitted
CLJS-2091: reify docstring ISeqable example needs correction
1 parent f4d1df3 commit cec745d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/clojure/cljs/core.cljc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,8 +1284,8 @@
12841284
12851285
(seq (let [f \"foo\"]
12861286
(reify ISeqable
1287-
(-seq [this] (-seq f)))))
1288-
== (\\f \\o \\o))
1287+
(-seq [this] (seq f)))))
1288+
== (\"f\" \"o\" \"o\"))
12891289
12901290
reify always implements IMeta and IWithMeta and transfers meta
12911291
data of the form to the created object.

0 commit comments

Comments
 (0)