Skip to content

Commit bc443b2

Browse files
Typo fix
1 parent 5ea80ef commit bc443b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/Tuple.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sealed trait Tuple extends Product {
1111
inline def toArray: Array[Object] =
1212
scala.runtime.Tuple.toArray(this)
1313

14-
/** Create a copy this tuple as a List */
14+
/** Create a copy of this tuple as a List */
1515
inline def toList: List[Object] =
1616
toArray.toList
1717

0 commit comments

Comments
 (0)