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.
1 parent 19a2da8 commit 70a1166Copy full SHA for 70a1166
_tour/tuples.md
@@ -12,7 +12,7 @@ redirect_from: "/tutorials/tour/tuples.html"
12
---
13
14
In Scala, a tuple is a value that contains a fixed number of elements, each
15
-with a distinct type. Tuples are immutable.
+with its own type. Tuples are immutable.
16
17
Tuples are especially handy for returning multiple values from a method.
18
0 commit comments