fix most issues found by ql/class-doc-style in JS

This commit is contained in:
Erik Krogh Kristensen
2022-01-20 15:10:16 +01:00
parent c09b6691e1
commit 5780161b2c
18 changed files with 52 additions and 52 deletions

View File

@@ -22,7 +22,7 @@ predicate isCommonPredefinedTypeName(string name) {
}
/**
* Any local type declaration, excluding imported names that are not explicitly used as types.
* A local type declaration, excluding imported names that are not explicitly used as types.
*/
class DefiniteTypeDecl extends TypeDecl {
DefiniteTypeDecl() {