Skip to content

Commit

Permalink
fix(quiz1): Updated question description (rust-lang#794)
Browse files Browse the repository at this point in the history
Co-authored-by: Rakshit Sinha <rakshit.sinha@oracle.com>
  • Loading branch information
2 people authored and Spacebody committed Nov 18, 2022
1 parent 336b0a1 commit 9344ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/quiz1.rs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9344ec5

Please sign in to comment.