diff options
| author | liv <mokou@fastmail.com> | 2023-07-24 10:29:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-24 10:29:00 +0200 |
| commit | 478e9d67df69aac2316f16d468a5829318b381c6 (patch) | |
| tree | cf87081bed3b6edc161b561212210aeff38e5cd6 /exercises | |
| parent | b949422d46e7890c577de15ddc4703d9fbf1b3dc (diff) | |
| parent | ef8f1f108ba2ed109eea93684ea29861085cea31 (diff) | |
Merge pull request #1601 from alexfertel/patch-1
docs: dedup repeated sentence
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/quiz1.rs | 2 |
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 ;) |
