Skip to content

Commit 734e503

Browse files
mfikesswannodette
authored andcommitted
CLJS-1529: Typo in IIndexed docstring
"idexed" -> "indexed" Signed-off-by: Mike Fikes <mike@fikesfarm.com>
1 parent f3f70d6 commit 734e503

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
@@ -480,7 +480,7 @@
480480
(-index [coll]))
481481

482482
(defprotocol IIndexed
483-
"Protocol for collections to provide idexed-based access to their items."
483+
"Protocol for collections to provide indexed-based access to their items."
484484
(-nth [coll n] [coll n not-found]
485485
"Returns the value at the index n in the collection coll.
486486
Returns not-found if index n is out of bounds and not-found is supplied."))

0 commit comments

Comments
 (0)