mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Fix typo: receiver step -> type step
This commit is contained in:
@@ -395,7 +395,7 @@ private API::Node getNodeFromPath(string package, string type, AccessPath path,
|
||||
result =
|
||||
getNodeFromSubPath(getNodeFromPath(package, type, path, n - 1), getSubPathAt(path, n - 1))
|
||||
or
|
||||
// Apply a receiver step
|
||||
// Apply a type step
|
||||
typeStep(getNodeFromPath(package, type, path, n), result)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user