File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1305,13 +1305,13 @@ public class PaymentTerminal {
1305
1305
1306
1306
public double eatAffordably (double payment ) {
1307
1307
// an affordable meal costs 2.50 euros
1308
- // increase the amount of cash by the price of an affordable mean and return the change
1308
+ // increase the amount of cash by the price of an affordable meal and return the change
1309
1309
// if the payment parameter is not large enough, no meal is sold and the method should return the whole payment
1310
1310
}
1311
1311
1312
1312
public double eatHeartily (double payment ) {
1313
1313
// a hearty meal costs 4.30 euros
1314
- // increase the amount of cash by the price of a hearty mean and return the change
1314
+ // increase the amount of cash by the price of a hearty meal and return the change
1315
1315
// if the payment parameter is not large enough, no meal is sold and the method should return the whole payment
1316
1316
}
1317
1317
You can’t perform that action at this time.
0 commit comments