Skip to content

Commit bec3cbc

Browse files
committed
2 parents 21bd0ed + 5f7b70b commit bec3cbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TDDMicroExercises/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Write the unit tests for the Alarm class, refactor the code as much as you need
5757

5858
The Alarm class is designed to monitor tire pressure and set an alarm if the pressure falls outside of the expected range. The Sensor class provided for the exercise simulates the behaviour of a real tire sensor, providing random but realistic values.
5959

60-
#### 2. **UnicodeFileToHtmTextConverter exercise**:
61-
Write the unit tests for the UnicodeFileToHtmTextConverter class, refactor the code as much as you need to make the class testable.
60+
#### 2. **UnicodeFileToHtmlTextConverter exercise**:
61+
Write the unit tests for the UnicodeFileToHtmlTextConverter class, refactor the code as much as you need to make the class testable.
6262

63-
The UnicodeFileToHtmTextConverter class is designed to reformat a plain text file for display in a browser.
63+
The UnicodeFileToHtmlTextConverter class is designed to reformat a plain text file for display in a browser.
6464

6565

6666
#### 3. **TicketDispenser exercise**:

0 commit comments

Comments
 (0)