Skip to content

Commit 96fc301

Browse files
authored
chore(quiz1): revert wording
1 parent 5bdb5de commit 96fc301

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
@@ -4,7 +4,7 @@
44
// - Functions
55

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

1010
// I AM NOT DONE

0 commit comments

Comments
 (0)