Skip to content

Commit 6c4bd27

Browse files
committed
Typo fix
1 parent 801adac commit 6c4bd27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

export/WebTerminal/Autocomplete.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ system classes generates one time and forever.
8989
if ##class(%Dictionary.PropertyDefinition).IDKEYExists("%Dictionary.ClassDefinition","SystemMethods") {
9090
set countSysMethods = ccdefs.SystemMethods.Count()
9191
} else {
92-
// SystemMethods does not exists for Caché versions before 2016.*
92+
// SystemMethods does not exist for Caché versions before 2016.*
9393
set countSysMethods = 0
9494
}
9595
set total = countMethods + countParameters + countProperties + countSysMethods

0 commit comments

Comments
 (0)