We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reduces the stock remaining for the product it received as a parameter by one, and returns true if there was stock remaining.
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.
the stock could be subtracted by one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: