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 {
13051305
13061306 public double eatAffordably (double payment ) {
13071307 // 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
13091309 // if the payment parameter is not large enough, no meal is sold and the method should return the whole payment
13101310 }
13111311
13121312 public double eatHeartily (double payment ) {
13131313 // 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
13151315 // if the payment parameter is not large enough, no meal is sold and the method should return the whole payment
13161316 }
13171317
You can’t perform that action at this time.
0 commit comments