Fix typo: receiver step -> type step

This commit is contained in:
Asger F
2022-08-30 13:56:15 +02:00
parent f8b1aa7e7e
commit b107dd6855

View File

@@ -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)
}