Python: Fix QLDoc

Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2020-11-18 09:47:23 +01:00
committed by GitHub
parent 39590a39cb
commit abf2902a69

View File

@@ -88,7 +88,7 @@ private predicate typePreservingStep(Node nodeFrom, Node nodeTo) {
}
/**
* Gets a callable for the call where `nodeFrom` is used as the `i`'th argument.
* Gets the callable for the call where `nodeFrom` is used as the `i`'th argument.
*
* Helper predicate to avoid bad join order experienced in `callStep`.
* This happened when `isParameterOf` was joined _before_ `getCallable`.