Skip to content

Commit 621d4f2

Browse files
authored
Fixed missing "class" keyword on line 3541
1 parent dd2714e commit 621d4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-5/4-objects-and-references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3538,7 +3538,7 @@ public Laskuri {
35383538
``` -->
35393539

35403540
```java
3541-
public Counter {
3541+
public class Counter {
35423542
private int value;
35433543

35443544
// example of using multiple constructors:

0 commit comments

Comments
 (0)