Skip to content

Commit 16e05d6

Browse files
fixed little problen
1 parent 37adb6a commit 16e05d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```ezcode
88
include main
99
10-
make ^int {NAME} {VALUE} => var {NAME} new : {VALUE}
10+
make ^int {NAME} {VALUE} => int {NAME} new : {VALUE}
1111
// turns: var name 0
1212
// into: var name new : 0
1313
// which is the valid way to create class instance

0 commit comments

Comments
 (0)