Skip to content

Commit 502d564

Browse files
Merge pull request rage#322 from Spartan09/master
Fixed missing "class" keyword in Part 5 - Objects and references on line 3541
2 parents 8ed2fe2 + 621d4f2 commit 502d564

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)