Skip to content

Commit ae61271

Browse files
authored
Update README-LanguageDraft-2.0.md
1 parent 10c2945 commit ae61271

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
@@ -130,7 +130,7 @@
130130

131131
```
132132
class Class
133-
static private $classProperty = 4
133+
static public $classProperty = 4
134134
135135
static method: classMethod()
136136
console.printLine("Class::$classProperty = " + self::$classProperty)

0 commit comments

Comments
 (0)