From b33af5b377044a9c313851f9f49647506077215b Mon Sep 17 00:00:00 2001 From: Asger F Date: Wed, 26 Nov 2025 11:40:41 +0100 Subject: [PATCH] JS: Fix typo --- javascript/ql/lib/semmle/javascript/ES2015Modules.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]