Skip to content

Commit 3e2d2be

Browse files
authored
Fix Overflow Typo (exercism#2646)
1 parent 8b472de commit 3e2d2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ Implement the `LogLine.getOutputForShortLog()` method that can output the shorte
6565
```java
6666
var logLine = new LogLine("[ERR]: Stack Overflow");
6767
logLine.getOutputForShortLog();
68-
// => "6:Stack overflow"
68+
// => "6:Stack Overflow"
6969
```

0 commit comments

Comments
 (0)