mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-02 06:30:15 +02:00
Grammar fixes
This commit is contained in:
@@ -17,9 +17,9 @@ public class Potato implements Tuber {
|
|||||||
final Potato potato = new Potato();
|
final Potato potato = new Potato();
|
||||||
try {
|
try {
|
||||||
potato.prepare();
|
potato.prepare();
|
||||||
System.out.println("Of course potato is prepared and delicious.");
|
System.out.println("Of course Potato is prepared and delicious.");
|
||||||
} catch (NotDeliciousException e) {
|
} catch (NotDeliciousException e) {
|
||||||
System.err.println("Fatal error! How could potato not be delicious?");
|
System.err.println("Fatal error! How could Potato not be delicious?");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user