Skip to content

Commit c070b9e

Browse files
committed
translate case class to case 类, according to satansk's suggestion
1 parent e1eaea1 commit c070b9e

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
@@ -93,4 +93,4 @@ for ((a, b) <- numPairs) {
9393

9494
类型 `Unit` 的值 `()` 在概念上与类型 `Tuple0` 的值 `()` 相同。 `Tuple0` 只能有一个值,因为它没有元素。
9595

96-
用户有时可能在元组和案例类之间难以选择。 通常,如果元素具有更多含义,则首选案例类
96+
用户有时可能在元组和 case 类之间难以选择。 通常,如果元素具有更多含义,则首选 case 类

0 commit comments

Comments
 (0)