We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f4916 commit 6ac72bdCopy full SHA for 6ac72bd
javascript/ql/src/semmle/javascript/TypeScript.qll
@@ -585,7 +585,7 @@ class TypeExpr extends ExprOrType, @typeexpr {
585
/** Holds if this is the `bigint` type. */
586
predicate isBigInt() { none() }
587
588
- /** Holds if this is the `const` keyword, occurding in a type assertion such as `x as const`. */
+ /** Holds if this is the `const` keyword, occurring in a type assertion such as `x as const`. */
589
predicate isConstKeyword() { none() }
590
591
/** Gets this type expression, with any surrounding parentheses removed. */
0 commit comments