修改笔误 (#493)

修改笔误
This commit is contained in:
tangzhentao
2020-07-08 14:04:01 +08:00
committed by GitHub
parent f111af86cf
commit 5879bf23c5

View File

@@ -73,8 +73,8 @@ abstract class Basic3 {
}
public class AbstractWithoutAbstracts {
// Basic b3 = new Basic3();
// error: Basic 3 is abstract; cannot be instantiated
// Basic3 b3 = new Basic3();
// error: Basic3 is abstract; cannot be instantiated
}
```