Skip to content

Commit a0a20f8

Browse files
authored
fix typo in instructions.md (#2748)
1 parent b28dbe2 commit a0a20f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/logs-logs-logs/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Define a `LogLevel` enum that has six elements corresponding to the above log le
2626
- `ERROR`
2727
- `FATAL`
2828

29-
Next, implement the `LogLine.getLogLevel()` method that returns the parsed the log level of a log line:
29+
Next, implement the `LogLine.getLogLevel()` method that returns the parsed log level of a log line:
3030

3131
```java
3232
var logLine = new LogLine("[INF]: File deleted");

0 commit comments

Comments
 (0)