docs: fix formatting

This commit is contained in:
zanninso 2024-07-04 15:20:04 +01:00 committed by zanninso
parent 6e23e38d9b
commit 277b6b34d5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class TodoList {
### Usage
Here is a possible TaskManager.java to test your TodoList class:
Here is a possible `TaskManager.java` to test your `TodoList` class:
```java
public class ExerciseRunner {