Skip to content

Commit 6ba8aa4

Browse files
NthPortalSethTisue
andauthored
Update _tour/tuples.md
Co-Authored-By: SethTisue <[email protected]>
1 parent b319a0e commit 6ba8aa4

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
@@ -80,5 +80,5 @@ for ((a, b) <- numPairs) {
8080

8181
## Tuples and case classes
8282

83-
Users may sometimes find hard to choose between tuples and case classes. Case classes have named elements. The names can improve the readability of some kinds of code. In the planet example above, we might define `case class Planet(name: String, distance: Double)` rather than using tuples.
83+
Users may sometimes find it hard to choose between tuples and case classes. Case classes have named elements. The names can improve the readability of some kinds of code. In the planet example above, we might define `case class Planet(name: String, distance: Double)` rather than using tuples.
8484

0 commit comments

Comments
 (0)