We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c244759 commit 7de5e77Copy full SHA for 7de5e77
src/cljs/cljs/core.cljs
@@ -381,7 +381,7 @@
381
(defprotocol INext
382
"Protocol for accessing the next items of a collection."
383
(^clj-or-nil -next [coll]
384
- "Returns a new collection of coll without the first item. In contract to
+ "Returns a new collection of coll without the first item. In contrast to
385
rest, it should return nil if there are no more items, e.g.
386
(next []) => nil
387
(next nil) => nil"))
0 commit comments