Skip to content

Commit 4aa1368

Browse files
asgerfCopilot
andauthored
Update javascript/ql/lib/semmle/javascript/ApiGraphs.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0a241e2 commit 4aa1368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ module API {
12401240
}
12411241

12421242
/**
1243-
* Holds if `ref` is a reference to a field/accessor that should have en incoming edge from base labelled `lbl`.
1243+
* Holds if `ref` is a reference to a field/accessor that should have an incoming edge from base labelled `lbl`.
12441244
*
12451245
* Since fields do not have their own data-flow nodes, we generate a node for each read or write.
12461246
* For property writes, the right-hand side becomes a def-node and property reads become use-nodes.

0 commit comments

Comments
 (0)