Skip to content

Commit d876649

Browse files
sinharaksh1tRakshit Sinha
andauthored
fix(quiz1): Updated question description (#794)
Co-authored-by: Rakshit Sinha <rakshit.sinha@oracle.com>
1 parent e4c14ac commit d876649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/quiz1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

1010
// I AM NOT DONE
1111

0 commit comments

Comments
 (0)