Skip to content

Commit 5879bf2

Browse files
authored
修改笔误 (lingcoder#493)
修改笔误
1 parent f111af8 commit 5879bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/10-Interfaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ abstract class Basic3 {
7373
}
7474

7575
public class AbstractWithoutAbstracts {
76-
// Basic b3 = new Basic3();
77-
// error: Basic 3 is abstract; cannot be instantiated
76+
// Basic3 b3 = new Basic3();
77+
// error: Basic3 is abstract; cannot be instantiated
7878
}
7979
```
8080

0 commit comments

Comments
 (0)