From 56a6fe4c085cb903299806dcaaadadb1e2e877a5 Mon Sep 17 00:00:00 2001 From: Asger F Date: Tue, 9 Dec 2025 09:03:11 +0100 Subject: [PATCH] Update javascript/ql/lib/semmle/javascript/ApiGraphs.qll Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- javascript/ql/lib/semmle/javascript/ApiGraphs.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/lib/semmle/javascript/ApiGraphs.qll b/javascript/ql/lib/semmle/javascript/ApiGraphs.qll index 1801b0c2e89..ed0f0ead905 100644 --- a/javascript/ql/lib/semmle/javascript/ApiGraphs.qll +++ b/javascript/ql/lib/semmle/javascript/ApiGraphs.qll @@ -1240,7 +1240,7 @@ module API { } /** - * Holds if `ref` is a reference to a field/accessor that should have en incoming edge from base labelled `lbl`. + * Holds if `ref` is a reference to a field/accessor that should have an incoming edge from base labelled `lbl`. * * Since fields do not have their own data-flow nodes, we generate a node for each read or write. * For property writes, the right-hand side becomes a def-node and property reads become use-nodes.