Skip to content

Commit 01cb8e0

Browse files
authored
Update abstract-types.md
1 parent d476fef commit 01cb8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_zh-cn/tour/abstract-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ language: zh-cn
1313
next-page: compound-types
1414
previous-page: inner-classes
1515
---
16-
特征(Trait)和抽象类(abstract class)可以包含抽象类型成员。这表示具体的实现可以在具体类型中。示例如下:
16+
特征(Trait)和抽象类(abstract class)可以包含一个抽象类型成员,意味着实际类型可由具体实现来确定。示例如下:
1717
```$scala
1818
trait Buffer {
1919
type T

0 commit comments

Comments
 (0)