C++: Rephrase QLDoc.

This commit is contained in:
Mathias Vorreiter Pedersen
2022-10-04 17:15:08 +01:00
parent 32839021f8
commit 4d697cd369

View File

@@ -39,7 +39,7 @@ class CastToPointerArithFlow extends DataFlow::Configuration {
}
/**
* Gets the base type of `e` if the type of `e` is a `DerivedType`.
* Holds if the type of `e` is a `DerivedType` with `base` as its base type.
*
* This predicate ensures that joins go from `e` to `base` instead
* of the other way around.