diff --git a/exercises/concept/freelancer-rates/.docs/instructions.md b/exercises/concept/freelancer-rates/.docs/instructions.md index e7ae7458..d6b95b3c 100644 --- a/exercises/concept/freelancer-rates/.docs/instructions.md +++ b/exercises/concept/freelancer-rates/.docs/instructions.md @@ -26,7 +26,7 @@ The returned daily rate should be of type `double`. ## 2. Calculate a discounted price -Implement a function `apply_discount` to calculates the price after a discount. +Implement a function `apply_discount` to calculate the price after a discount. It should accept two parameters: the original price and the discount rate in percent. ```cpp