Skip to content

Commit 13816f3

Browse files
[CI] Format code
1 parent f19f850 commit 13816f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
In this exercise you will be writing code to help a freelancer communicate with their clients about the prices of certain projects. You will write a few utility functions to quickly calculate the costs for the clients.
44

5-
~~~~exercism/note
5+
```exercism/note
66
The `ratePerHour` variable and the `dayRate` function are related to money.
77
The units of measurement are money for a unit of time: hours and days respectively.
8-
~~~~
8+
```
99

1010
## 1. Calculate the day rate given an hourly rate
1111

0 commit comments

Comments
 (0)