Skip to content

Commit cea3bf8

Browse files
authored
Merge pull request #408 from funnycoding/master
fix 翻译漏字
2 parents 62dcb5e + b193b9b commit cea3bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/20-Generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3584,7 +3584,7 @@ public class UseList<W, T> {
35843584
}
35853585
```
35863586

3587-
因为擦除,所以重载方法产生了的类型签名
3587+
因为擦除,所以重载方法产生了相同的类型签名
35883588

35893589
因而,当擦除后的参数不能产生唯一的参数列表时,你必须提供不同的方法名:
35903590

0 commit comments

Comments
 (0)