Skip to content

Commit f5a4965

Browse files
committed
Improve wording in quiz1
1 parent db5911e commit f5a4965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/quizzes/quiz1.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
//
66
// Mary is buying apples. The price of an apple is calculated as follows:
77
// - An apple costs 2 rustbucks.
8-
// - If Mary buys more than 40 apples, each apple only costs 1 rustbuck!
8+
// - However, if Mary buys more than 40 apples, the price of each apple in the
9+
// entire order is reduced to only 1 rustbuck!
910
// TODO: Write a function that calculates the price of an order of apples given
1011
// the quantity bought.
1112

0 commit comments

Comments
 (0)