We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801adac commit 6c4bd27Copy full SHA for 6c4bd27
1 file changed
export/WebTerminal/Autocomplete.xml
@@ -89,7 +89,7 @@ system classes generates one time and forever.
89
if ##class(%Dictionary.PropertyDefinition).IDKEYExists("%Dictionary.ClassDefinition","SystemMethods") {
90
set countSysMethods = ccdefs.SystemMethods.Count()
91
} else {
92
- // SystemMethods does not exists for Caché versions before 2016.*
+ // SystemMethods does not exist for Caché versions before 2016.*
93
set countSysMethods = 0
94
}
95
set total = countMethods + countParameters + countProperties + countSysMethods
0 commit comments