Skip to content

Commit 067d3b5

Browse files
committed
change 'for 推导' to 'for 表达式'
1 parent c070b9e commit 067d3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_zh-cn/tour/tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ planetDistanceFromSun.foreach{ tuple => {
7979
}
8080
```
8181

82-
或者,在 'for' 推导中
82+
或者,在 'for' 表达式中
8383

8484
```tut
8585
val numPairs = List((2, 5), (3, -7), (20, 56))

0 commit comments

Comments
 (0)