Skip to content

Commit f3f70d6

Browse files
mfikesswannodette
authored andcommitted
CLJS-1528: Doc for IEmptyableCollection refers to count
Change typo reference from "count" to "empty." Signed-off-by: Mike Fikes <[email protected]>
1 parent 331d640 commit f3f70d6

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
@@ -466,7 +466,7 @@
466466
"Protocol for creating an empty collection."
467467
(-empty [coll]
468468
"Returns an empty collection of the same category as coll. Used
469-
by cljs.core/count."))
469+
by cljs.core/empty."))
470470

471471
(defprotocol ICollection
472472
"Protocol for adding to a collection."

0 commit comments

Comments
 (0)