Skip to content

Commit 10f3d90

Browse files
asgerfCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d0cb4ef commit 10f3d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModelsSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private class RawFilePathEntryPoint extends API::EntryPoint {
164164
}
165165

166166
/**
167-
* Gets an API node referring to the given global variable (if relevant).
167+
* Gets an API node referring to the given file path (if relevant).
168168
*/
169169
private API::Node getRawFilePathNode(string rawFilePathNode) {
170170
result = any(RawFilePathEntryPoint e | e.getPath() = rawFilePathNode).getANode()

0 commit comments

Comments
 (0)