Skip to content

Commit 24d38b5

Browse files
committed
reflect reviews
1 parent cba2886 commit 24d38b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.6/ja/book/generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ many cases: you’ve already seen `Option<T>`, and later you’ll meet universal
160160
container types like [`Vec<T>`][Vec]. On the other hand, often you want to
161161
trade that flexibility for increased expressive power. Read about [trait
162162
bounds][traits] to see why and how. -->
163-
ここまででありとあらゆる型をとる事のできるジェネリクスについて見てきました。多くの場合これらは有用です。 `Option<T>` は既に見た通りですし、のちに `Vec<T>` のような普遍的なコンテナ型を知ることになるでしょう。一方で、その柔軟性と引き換えに表現力を増加させたくなることもあります。それは何故か、そしてその方法を知るためには [トレイト境界][traits] を読んで下さい。
163+
ここまででありとあらゆる型をとることのできるジェネリクスについて見てきました。多くの場合これらは有用です。 `Option<T>` は既に見た通りですし、のちに `Vec<T>` のような普遍的なコンテナ型を知ることになるでしょう。一方で、その柔軟性と引き換えに表現力を増加させたくなることもあります。それは何故か、そしてその方法を知るためには [トレイト境界][traits] を読んで下さい。
164164

165165
[traits]: traits.html
166166
[Vec]: ../std/vec/struct.Vec.html

0 commit comments

Comments
 (0)