Skip to content

Commit 4d5e41b

Browse files
authored
Merge pull request #151 from kdnakt/translate-generics
Translate untranslated line in generics.md
2 parents 1b1c77e + b3dea6a commit 4d5e41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is actually considered valid. The simplest and most common use of generics
1212
is for type parameters.
1313
-->
1414
ジェネリクスとは、型と関数の機能をより汎用的に使えるようにするための機能です。これはあらゆる局面でコードの重複を避けるために非常に役立ちますが、多少構文が複雑になります。すなわち、ジェネリック型を使いこなすには、どのようなジェネリック型がきちんと機能するかに細心の注意を払う必要があります。
15-
The simplest and most common use of generics is for type parameters.
15+
最もシンプルで一般的なジェネリクスの利用法は型パラメータです。
1616

1717
<!--
1818
A type parameter is specified as generic by the use of angle brackets and upper

0 commit comments

Comments
 (0)