We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1eaea1 commit c070b9eCopy full SHA for c070b9e
_zh-cn/tour/tuples.md
@@ -93,4 +93,4 @@ for ((a, b) <- numPairs) {
93
94
类型 `Unit` 的值 `()` 在概念上与类型 `Tuple0` 的值 `()` 相同。 `Tuple0` 只能有一个值,因为它没有元素。
95
96
-用户有时可能在元组和案例类之间难以选择。 通常,如果元素具有更多含义,则首选案例类。
+用户有时可能在元组和 case 类之间难以选择。 通常,如果元素具有更多含义,则首选 case 类。
0 commit comments