summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exercises/quiz1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/quiz1.rs b/exercises/quiz1.rs
index a9904b8..4ee5ada 100644
--- a/exercises/quiz1.rs
+++ b/exercises/quiz1.rs
@@ -9,7 +9,7 @@
// - An apple costs 2 rustbucks.
// - If Mary buys more than 40 apples, each apple only costs 1 rustbuck!
// Write a function that calculates the price of an order of apples given the
-// quantity bought. No hints this time!
+// quantity bought.
//
// No hints this time ;)