Skip to content

Commit 2990b17

Browse files
committed
add a missing word 'million'.
1 parent e796e0f commit 2990b17

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)