Skip to content

Commit 2821227

Browse files
committed
chore: Clarify comment in exercises/test1.rs
closes #194 The author of issue #194 suggests that the wording of the comment is at least ambiguous about the desired results. I believe this change more clearly describes the expectation of the exercise.
1 parent 2191ef7 commit 2821227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/test1.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 dollars, but if you buy
7-
// more than 40 at once, each apple only costs 1! Write a function that calculates
7+
// 40 or more at once, each apple only costs 1! Write a function that calculates
88
// the price of an order of apples given the order amount. No hints this time!
99

1010
// Put your function here!

0 commit comments

Comments
 (0)