Skip to content

Commit 82b0897

Browse files
committed
ci: generate pages at 5b60211 [ci skip]
1 parent 5b60211 commit 82b0897

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ch19-03-advanced-traits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h3 id="デフォルトのジェネリック型引数と演算子オーバーロ
328328
default type for a generic type is `<PlaceholderType=ConcreteType>` when
329329
declaring the generic type.
330330
-->
331-
<p>ジェネリックな型引数を使用する際、ジェネリックな型に対して規定の具体的な型を指定できます。これにより、
331+
<p>ジェネリックな型引数を使用する際、ジェネリックな型に対して既定の具体的な型を指定できます。これにより、
332332
既定の型が動くのなら、トレイトを実装する側が具体的な型を指定する必要を排除します。ジェネリックな型に既定の型を指定する記法は、
333333
ジェネリックな型を宣言する際に<code>&lt;PlaceholderType=ConcreteType&gt;</code>です。</p>
334334
<!--

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36673,7 +36673,7 @@ <h3 id="デフォルトのジェネリック型引数と演算子オーバーロ
3667336673
default type for a generic type is `<PlaceholderType=ConcreteType>` when
3667436674
declaring the generic type.
3667536675
-->
36676-
<p>ジェネリックな型引数を使用する際、ジェネリックな型に対して規定の具体的な型を指定できます。これにより、
36676+
<p>ジェネリックな型引数を使用する際、ジェネリックな型に対して既定の具体的な型を指定できます。これにより、
3667736677
既定の型が動くのなら、トレイトを実装する側が具体的な型を指定する必要を排除します。ジェネリックな型に既定の型を指定する記法は、
3667836678
ジェネリックな型を宣言する際に<code>&lt;PlaceholderType=ConcreteType&gt;</code>です。</p>
3667936679
<!--

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)