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.
2 parents a00fb3f + ea11241 commit af36e96Copy full SHA for af36e96
library/src/scala/Tuple.scala
@@ -93,7 +93,7 @@ object Tuple {
93
case x1 *: xs1 => x1 *: Concat[xs1, Y]
94
}
95
96
- /** Type of the element a position N in the tuple X */
+ /** Type of the element at position N in the tuple X */
97
type Elem[X <: Tuple, N <: Int] = X match {
98
case x *: xs =>
99
N match {
0 commit comments