We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8eec0 commit 3a17fa2Copy full SHA for 3a17fa2
snippets/objectscript-class.json
@@ -7,7 +7,7 @@
7
"prefix": "Class",
8
"body": ["Class $1 Extends ${2|%Persistent,%SerialObject,%RegisteredObject|}", "{", "$0", "}"]
9
},
10
- "Class Definition with mulitple superclasses": {
+ "Class Definition with multiple superclasses": {
11
12
"body": ["Class $1 Extends (${2|%Persistent,%SerialObject,%RegisteredObject|}, $3)", "{", "$0", "}"]
13
0 commit comments