Skip to content

Commit 6ac72bd

Browse files
Max Schaeferasger-semmle
andauthored
Update javascript/ql/src/semmle/javascript/TypeScript.qll
Co-Authored-By: asger-semmle <42069257+asger-semmle@users.noreply.github.com>
1 parent 91f4916 commit 6ac72bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/TypeScript.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ class TypeExpr extends ExprOrType, @typeexpr {
585585
/** Holds if this is the `bigint` type. */
586586
predicate isBigInt() { none() }
587587

588-
/** Holds if this is the `const` keyword, occurding in a type assertion such as `x as const`. */
588+
/** Holds if this is the `const` keyword, occurring in a type assertion such as `x as const`. */
589589
predicate isConstKeyword() { none() }
590590

591591
/** Gets this type expression, with any surrounding parentheses removed. */

0 commit comments

Comments
 (0)