We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710d86c commit 7c9adf2Copy full SHA for 7c9adf2
docs/1.6/book/associated-types.html
@@ -407,7 +407,7 @@ <h2 id='関連型を実装する' class='section-header'><a href='#関連型を
407
408
<!-- use `struct`s for all three here. -->
409
410
-<p>この奇妙な実装は、つねに <code>true</code> と空の <code>Vec<Edge></code> を返しますますが、どのように定義したら良いかのアイデアをくれます。
+<p>この奇妙な実装は、つねに <code>true</code> と空の <code>Vec<Edge></code> を返しますが、どのように定義したら良いかのアイデアをくれます。
411
まず、はじめに3つの <code>struct</code> が必要です、ひとつはグラフのため、そしてひとつは頂点のため、そしてもうひとつは辺のため。
412
もし異なる型を利用することが適切ならば、そのようにすると良いでしょう、今回はこの3つの <code>struct</code> を用います。</p>
413
0 commit comments