Skip to content

Commit e8dc713

Browse files
committed
fix a typo
1 parent 88e6216 commit e8dc713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.9/ja/book/associated-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl Graph for MyGraph {
143143
<!-- `struct`s, one for the graph, one for the node, and one for the edge. If it made -->
144144
<!-- more sense to use a different type, that would work as well, we’re just going to -->
145145
<!-- use `struct`s for all three here. -->
146-
この奇妙な実装は、つねに `true` と空の `Vec<Edge>` を返しますますが、どのように定義したら良いかのアイデアをくれます。
146+
この奇妙な実装は、つねに `true` と空の `Vec<Edge>` を返しますが、どのように定義したら良いかのアイデアをくれます。
147147
まず、はじめに3つの `struct` が必要です、ひとつはグラフのため、そしてひとつは頂点のため、そしてもうひとつは辺のため。
148148
もし異なる型を利用することが適切ならば、そのようにすると良いでしょう、今回はこの3つの `struct` を用います。
149149

0 commit comments

Comments
 (0)