Skip to content

Commit 70a1166

Browse files
committed
language tour: tweak wording in tuples section
references #1728
1 parent 19a2da8 commit 70a1166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from: "/tutorials/tour/tuples.html"
1212
---
1313

1414
In Scala, a tuple is a value that contains a fixed number of elements, each
15-
with a distinct type. Tuples are immutable.
15+
with its own type. Tuples are immutable.
1616

1717
Tuples are especially handy for returning multiple values from a method.
1818

0 commit comments

Comments
 (0)