Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
senarclens committed Nov 7, 2024
1 parent 9bd3753 commit 6fd9fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/freelancer-rates/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fd9fff

Please sign in to comment.