Skip to content

Commit 57f4cf0

Browse files
authored
Spelling fixes
1 parent 9591ae3 commit 57f4cf0

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
@@ -92,4 +92,4 @@ for ((a, b) <- numPairs) {
9292

9393
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.
9494

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.
95+
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

Comments
 (0)