Skip to content

Commit c859e80

Browse files
update: use distal style
1 parent db625cd commit c859e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ja/tour/traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ animals.append(dog)
7979
animals.append(cat)
8080
animals.foreach(pet => println(pet.name)) // Prints Harry Sally
8181
```
82-
`trait Pet` が持つ抽象フィールド `name`は、Cat と Dog のコンストラクタで実装された
82+
`trait Pet` が持つ抽象フィールド `name`は、Cat と Dog のコンストラクタで実装されています
8383
最終行では、`Pet` トレイトの全てのサブタイプの中で実装される必要がある `pet.name` を呼んでいます。

0 commit comments

Comments
 (0)