mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
Fix wording in quiz1 to match test condition
This change updates the wording in quiz1 to match the test logic. The condition now correctly states "40 or more apples" instead of "more than 40".
This commit is contained in:
parent
7850a73d95
commit
50815e3432
@ -5,7 +5,7 @@
|
||||
//
|
||||
// Mary is buying apples. The price of an apple is calculated as follows:
|
||||
// - An apple costs 2 rustbucks.
|
||||
// - However, if Mary buys more than 40 apples, the price of each apple in the
|
||||
// - However, if Mary buys 40 or more apples, the price of each apple in the
|
||||
// entire order is reduced to only 1 rustbuck!
|
||||
|
||||
// TODO: Write a function that calculates the price of an order of apples given
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user