Merge pull request #1601 from alexfertel/patch-1

docs: dedup repeated sentence
This commit is contained in:
liv 2023-07-24 10:29:00 +02:00 committed by GitHub
commit 478e9d67df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;)