Skip to content

Commit c532d3e

Browse files
committed
Fix typo
1 parent 6bf73a9 commit c532d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src-bootstrapped/scala/IArray.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object IArray {
1111
/** Defines extension methods for immutable arrays */
1212
implied arrayOps {
1313

14-
/** The selection operatiom on an immutable array.
14+
/** The selection operation on an immutable array.
1515
*
1616
* @param arr the immutable array
1717
* @param n the index of the element to select

0 commit comments

Comments
 (0)