diff options
| author | Rakshit Sinha <sinharaksh1t@ufl.edu> | 2021-07-07 13:18:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-07 22:18:33 +0200 |
| commit | d876649616cc8a8dd5f539f8bc1a5434b960b1e9 (patch) | |
| tree | d3fab3ccb418945e6bf4b4e7dd65adf1601928e5 /exercises | |
| parent | e4c14ac76e33d2242e7525ffac78dab94620a95c (diff) | |
fix(quiz1): Updated question description (#794)
Co-authored-by: Rakshit Sinha <rakshit.sinha@oracle.com>
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/quiz1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/quiz1.rs b/exercises/quiz1.rs index 2bb2c24..3af1293 100644 --- a/exercises/quiz1.rs +++ b/exercises/quiz1.rs @@ -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 |
