Skip to content

Commit 5f741e8

Browse files
authored
docs(freelancer-rates): fix typo (#1106)
Change "a hourly rate" to "an hourly rate" in step 4 of the instructions.
1 parent 7df044c commit 5f741e8

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
@@ -47,7 +47,7 @@ The returned monthly rate should be rounded up (take the ceiling) to the nearest
4747

4848
## 4. Calculate the number of workdays given a budget, hourly rate and discount
4949

50-
Implement a function that takes a budget, a hourly rate, and a discount, and calculates how many days of work that covers.
50+
Implement a function that takes a budget, an hourly rate, and a discount, and calculates how many days of work that covers.
5151

5252
```elixir
5353
FreelancerRates.days_in_budget(20000, 80, 11.0)

0 commit comments

Comments
 (0)