diff --git a/javascript/ql/lib/semmle/javascript/ES2015Modules.qll b/javascript/ql/lib/semmle/javascript/ES2015Modules.qll index ecce9621c24..9f37e3082b8 100644 --- a/javascript/ql/lib/semmle/javascript/ES2015Modules.qll +++ b/javascript/ql/lib/semmle/javascript/ES2015Modules.qll @@ -782,7 +782,7 @@ abstract class ReExportDeclaration extends ExportDeclaration { } /** - * Holds if this re-export destination ultimately re-exports `v` (from another module) + * Holds if this re-export declaration ultimately re-exports `v` (from another module) * under the given `name`. */ overlay[global]