Merge pull request #94 from armanoth/master

Grammar fixes
This commit is contained in:
Trent Hensler 2016-10-31 12:19:29 -07:00 committed by GitHub
commit d79613fc1a
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
Potato
======
If you fork this, then you can say that you forked a potato.
If you fork this you can say that you forked a potato.
![potato](http://i.imgur.com/dRnvRZZ.jpg)
@ -11,7 +11,7 @@ The potato first appeared in Peru about ten thousand years ago. The potato was a
Following its introduction into China toward the end of the Ming dynasty in the seventeenth century, the potato immediately became a delicacy of the imperial family.
By the time potatoes were introduced into Europe, the fork was already prevelant. Hence, started the tradition of forking the potato.
By the time potatoes were introduced into Europe, the fork was already prevalent. Hence, started the tradition of forking the potato.
A lack of equal rights for potatoes led to a disease spreading between them and endangered the tradition of forking the potato in Ireland. Fortunately, other areas of the world maintained their healthy, diverse potatoes, and so the tradition lives on.

View file

@ -17,9 +17,9 @@ public class Potato implements Tuber {
final Potato potato = new Potato();
try {
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) {
System.err.println("Fatal error! How could potato not be delicious?");
System.err.println("Fatal error! How could Potato not be delicious?");
}
}