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 f3f70d6 commit 734e503Copy full SHA for 734e503
src/main/cljs/cljs/core.cljs
@@ -480,7 +480,7 @@
480
(-index [coll]))
481
482
(defprotocol IIndexed
483
- "Protocol for collections to provide idexed-based access to their items."
+ "Protocol for collections to provide indexed-based access to their items."
484
(-nth [coll n] [coll n not-found]
485
"Returns the value at the index n in the collection coll.
486
Returns not-found if index n is out of bounds and not-found is supplied."))
0 commit comments