Skip to content

Commit 8df2875

Browse files
authored
fix ojb -> obj (lingcoder#402)
* 忽路->忽略 * 修复跳转链接错误 * fix Class.getInterface() -> Class.getInterfaces() * 否者 -> 否则 * 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a" * ierator -> iterator * nextint -> nextInt * fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译 * fix ojb -> obj
1 parent 7b80942 commit 8df2875

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
@@ -1409,7 +1409,7 @@ class Manipulator3 {
14091409
private HasF obj;
14101410

14111411
Manipulator3(HasF x) {
1412-
ojb = x;
1412+
obj = x;
14131413
}
14141414

14151415
public void manipulate() {

0 commit comments

Comments
 (0)