Skip to content

Commit b107dd6

Browse files
committed
Fix typo: receiver step -> type step
1 parent f8b1aa7 commit b107dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ private API::Node getNodeFromPath(string package, string type, AccessPath path,
395395
result =
396396
getNodeFromSubPath(getNodeFromPath(package, type, path, n - 1), getSubPathAt(path, n - 1))
397397
or
398-
// Apply a receiver step
398+
// Apply a type step
399399
typeStep(getNodeFromPath(package, type, path, n), result)
400400
}
401401

0 commit comments

Comments
 (0)