Skip to content

Commit b193b9b

Browse files
committed
fix 错别字
1 parent ab66e30 commit b193b9b

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)