Skip to content

Commit 0101695

Browse files
committed
ci: generate pages at 6bdbacd [ci skip]
1 parent 6bdbacd commit 0101695

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ch10-02-traits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ <h3><a class="header" href="#トレイトを実装している型を返す" id="
929929
Allow for Values of Different
930930
Types”][using-trait-objects-that-allow-for-values-of-different-types] section of Chapter 17.
931931
-->
932-
<p><code>NewsArticle</code><code>Trait</code>を返すというのは、コンパイラの<code>impl Trait</code>構文の実装まわりの制約により許されていません。
932+
<p><code>NewsArticle</code><code>Tweet</code>を返すというのは、コンパイラの<code>impl Trait</code>構文の実装まわりの制約により許されていません。
933933
このような振る舞いをする関数を書く方法は、17章の<a href="ch17-02-trait-objects.html#%E3%83%88%E3%83%AC%E3%82%A4%E3%83%88%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E7%95%B0%E3%81%AA%E3%82%8B%E5%9E%8B%E3%81%AE%E5%80%A4%E3%82%92%E8%A8%B1%E5%AE%B9%E3%81%99%E3%82%8B">トレイトオブジェクトで異なる型の値を許容する</a>節で学びます。</p>
934934
<!--
935935
### Fixing the `largest` Function with Trait Bounds

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16186,7 +16186,7 @@ <h3><a class="header" href="#トレイトを実装している型を返す" id="
1618616186
Allow for Values of Different
1618716187
Types”][using-trait-objects-that-allow-for-values-of-different-types] section of Chapter 17.
1618816188
-->
16189-
<p><code>NewsArticle</code>か<code>Trait</code>を返すというのは、コンパイラの<code>impl Trait</code>構文の実装まわりの制約により許されていません。
16189+
<p><code>NewsArticle</code>か<code>Tweet</code>を返すというのは、コンパイラの<code>impl Trait</code>構文の実装まわりの制約により許されていません。
1619016190
このような振る舞いをする関数を書く方法は、17章の<a href="ch17-02-trait-objects.html#%E3%83%88%E3%83%AC%E3%82%A4%E3%83%88%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E7%95%B0%E3%81%AA%E3%82%8B%E5%9E%8B%E3%81%AE%E5%80%A4%E3%82%92%E8%A8%B1%E5%AE%B9%E3%81%99%E3%82%8B">トレイトオブジェクトで異なる型の値を許容する</a>節で学びます。</p>
1619116191
<!--
1619216192
### Fixing the `largest` Function with Trait Bounds

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)