fix(quiz1): Updated question description (#794)

Co-authored-by: Rakshit Sinha <rakshit.sinha@oracle.com>
This commit is contained in:
Rakshit Sinha 2021-07-07 13:18:33 -07:00 committed by GitHub
parent e4c14ac76e
commit d876649616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
// Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy
// more than 40 at once, each apple only costs 1! Write a function that calculates
// the price of an order of apples given the order amount. No hints this time!
// the price of an order of apples given the quantity bought. No hints this time!
// I AM NOT DONE