Skip to content

Commit 7de5e77

Browse files
committed
INext docstring typo
1 parent c244759 commit 7de5e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
(defprotocol INext
382382
"Protocol for accessing the next items of a collection."
383383
(^clj-or-nil -next [coll]
384-
"Returns a new collection of coll without the first item. In contract to
384+
"Returns a new collection of coll without the first item. In contrast to
385385
rest, it should return nil if there are no more items, e.g.
386386
(next []) => nil
387387
(next nil) => nil"))

0 commit comments

Comments
 (0)