Skip to content

Commit b33af5b

Browse files
committed
JS: Fix typo
1 parent 51e1bda commit b33af5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/ES2015Modules.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ abstract class ReExportDeclaration extends ExportDeclaration {
782782
}
783783

784784
/**
785-
* Holds if this re-export destination ultimately re-exports `v` (from another module)
785+
* Holds if this re-export declaration ultimately re-exports `v` (from another module)
786786
* under the given `name`.
787787
*/
788788
overlay[global]

0 commit comments

Comments
 (0)