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 9591ae3 commit 57f4cf0Copy full SHA for 57f4cf0
_tour/tuples.md
@@ -92,4 +92,4 @@ for ((a, b) <- numPairs) {
92
93
The value () of type Unit is conceptually the same as the value () of type Tuple0. There can only be one value of this type since it has no elements.
94
95
-Users may sometimes find hard to chose between Tuples and case classes. As a rule, case classes are preferred choice if elements carry more meaning.
+Users may sometimes find hard to choose between Tuples and case classes. As a rule, case classes are preferred choice if elements carry more meaning.
0 commit comments