Skip to content

Commit ea11241

Browse files
authored
Comment Typo Fix in Concat
1 parent a00fb3f commit ea11241

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
@@ -93,7 +93,7 @@ object Tuple {
9393
case x1 *: xs1 => x1 *: Concat[xs1, Y]
9494
}
9595

96-
/** Type of the element a position N in the tuple X */
96+
/** Type of the element at position N in the tuple X */
9797
type Elem[X <: Tuple, N <: Int] = X match {
9898
case x *: xs =>
9999
N match {

0 commit comments

Comments
 (0)