Skip to content

Commit 3a4fe7e

Browse files
authored
docs(freelancer-rates): corrected typo (#924)
1 parent 9bd3753 commit 3a4fe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/freelancer-rates/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The returned daily rate should be of type `double`.
2626
2727
## 2. Calculate a discounted price
2828
29-
Implement a function `apply_discount` to calculates the price after a discount.
29+
Implement a function `apply_discount` to calculate the price after a discount.
3030
It should accept two parameters: the original price and the discount rate in percent.
3131
3232
```cpp

0 commit comments

Comments
 (0)