Skip to content

Commit 9c663e1

Browse files
authored
Merge pull request #1283 from hatemogi/master
add a missing word 'million'.
2 parents 51f4333 + 2990b17 commit 9c663e1

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
@@ -64,7 +64,7 @@ val planets =
6464
("Mars", 227.9), ("Jupiter", 778.3))
6565
planets.foreach{
6666
case ("Earth", distance) =>
67-
println(s"Our planet is $distance kilometers from the sun")
67+
println(s"Our planet is $distance million kilometers from the sun")
6868
case _ =>
6969
}
7070
```

0 commit comments

Comments
 (0)