Skip to content

Commit a7ec78a

Browse files
committed
Add missing translation in generics/gen_fn.md
1 parent 9475bf3 commit a7ec78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generics/gen_fn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ fn main() {
7979
// 型パラメータ`i32`を暗黙のうちに受け取る
8080
8181
// Explicitly specified type parameter `char` to `generic()`.
82+
// 型パラメータ`char`を明示的に`generic()`に渡す
8283
generic::<char>(SGen('a'));
8384
8485
// Implicitly specified type parameter `char` to `generic()`.

0 commit comments

Comments
 (0)