Skip to content

Commit 710d86c

Browse files
authored
Merge pull request #249 from KeenS/fix-typo-in-associated-types
Fix typo in associated types
2 parents 39b2e8f + e8dc713 commit 710d86c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.6/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

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)