Skip to content

Commit 5b60211

Browse files
authored
Merge pull request #159 from toku-sa-n/fix_typo
fix: typo
2 parents d53dc9e + 3fa57a4 commit 5b60211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch19-03-advanced-traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ default type for a generic type is `<PlaceholderType=ConcreteType>` when
188188
declaring the generic type.
189189
-->
190190

191-
ジェネリックな型引数を使用する際、ジェネリックな型に対して規定の具体的な型を指定できます。これにより、
191+
ジェネリックな型引数を使用する際、ジェネリックな型に対して既定の具体的な型を指定できます。これにより、
192192
既定の型が動くのなら、トレイトを実装する側が具体的な型を指定する必要を排除します。ジェネリックな型に既定の型を指定する記法は、
193193
ジェネリックな型を宣言する際に`<PlaceholderType=ConcreteType>`です。
194194

0 commit comments

Comments
 (0)