Skip to content

Commit e2b674d

Browse files
committed
fix ojb -> obj
1 parent beeb36a commit e2b674d

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)