We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd3753 commit 3a4fe7eCopy full SHA for 3a4fe7e
exercises/concept/freelancer-rates/.docs/instructions.md
@@ -26,7 +26,7 @@ The returned daily rate should be of type `double`.
26
27
## 2. Calculate a discounted price
28
29
-Implement a function `apply_discount` to calculates the price after a discount.
+Implement a function `apply_discount` to calculate the price after a discount.
30
It should accept two parameters: the original price and the discount rate in percent.
31
32
```cpp
0 commit comments