rage / java-programming

https://java-programming.mooc.fi
521 stars 213 forks source link

Incorrect Ask (Part 9 -> Interfaces -> Online Shop -> Part 2) #458

Open iwtga opened 5 months ago

iwtga commented 5 months ago

reduces the stock remaining for the product it received as a parameter by one, and returns true if there was stock remaining.

should be

reduces the stock remaining for the product it received as a parameter by one, and returns true if the stock could be subtracted by one.