We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f4663 commit d37af68Copy full SHA for d37af68
src/inheritance/README.md
@@ -12,7 +12,7 @@ then, we need to compile it first
12
since we will be using another class
13
14
```
15
-java Animal.java Cat.java
+javac Animal.java Cat.java
16
17
18
then
0 commit comments