Skip to content

Commit ef8f1f1

Browse files
authored
docs: dedup repeated sentence
1 parent b949422 commit ef8f1f1

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
@@ -9,7 +9,7 @@
99
// - An apple costs 2 rustbucks.
1010
// - If Mary buys more than 40 apples, each apple only costs 1 rustbuck!
1111
// Write a function that calculates the price of an order of apples given the
12-
// quantity bought. No hints this time!
12+
// quantity bought.
1313
//
1414
// No hints this time ;)
1515

0 commit comments

Comments
 (0)