We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16453e + 8227258 commit dc0bb59Copy full SHA for dc0bb59
library/src/scala/Tuple.scala
@@ -65,7 +65,7 @@ sealed trait Tuple extends Product {
65
inline def size[This >: this.type <: Tuple]: Size[This] =
66
runtime.Tuples.size(this).asInstanceOf[Size[This]]
67
68
- /** Given two tuples, `(a1, ..., an)` and `(a1, ..., an)`, returns a tuple
+ /** Given two tuples, `(a1, ..., an)` and `(b1, ..., bn)`, returns a tuple
69
* `((a1, b1), ..., (an, bn))`. If the two tuples have different sizes,
70
* the extra elements of the larger tuple will be disregarded.
71
* The result is typed as `((A1, B1), ..., (An, Bn))` if at least one of the
0 commit comments