Skip to content

Commit fd541af

Browse files
Update snippets/objectscript-class.json
Co-authored-by: John Murray <[email protected]>
1 parent e3163bc commit fd541af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/objectscript-class.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"body": ["Method $1($2) As ${3:%Status}", "{", "\tset $4 = \\$\\$\\$OK", "\t$0", "\treturn $4", "}"]
1717
},
1818
"Property": {
19-
"prefix": "property",
19+
"prefix": "Property",
2020
"body": "Property $1 As ${2:%String};"
2121
},
2222
"Unique Property": {

0 commit comments

Comments
 (0)