Skip to content

Commit c44f99a

Browse files
Max Schaeferasger-semmle
andcommitted
Update javascript/ql/src/semmle/javascript/Variables.qll
Co-Authored-By: asger-semmle <42069257+asger-semmle@users.noreply.github.com>
1 parent 6eb8c69 commit c44f99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/Variables.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ class VariableDeclarator extends Expr, @vardeclarator {
500500
/** Gets the expression specifying the initial value of the declared variable(s), if any. */
501501
Expr getInit() { result = this.getChildExpr(1) }
502502

503-
/** Gets the TypeScript type annotation for the declared variable or binding pattern. */
503+
/** Gets the type annotation for the declared variable or binding pattern. */
504504
TypeAnnotation getTypeAnnotation() {
505505
result = this.getChildTypeExpr(2)
506506
or

0 commit comments

Comments
 (0)