Skip to content

Commit 81b802c

Browse files
authored
Update README-LanguageDraft-2.0.md
1 parent 922db76 commit 81b802c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-LanguageDraft-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
## 1.6. Classes with optional interface and data validation
8585

8686
```
87-
class Car[ implements CarInterface] [validated-by CarData]
87+
class Car [implements CarInterface] [validated-by CarData]
8888
private $tireCount = 4
8989
private $color = "red"
9090

0 commit comments

Comments
 (0)