Skip to content

Commit 4d697cd

Browse files
committed
C++: Rephrase QLDoc.
1 parent 3283902 commit 4d697cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Conversion/CastArrayPointerArithmetic.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CastToPointerArithFlow extends DataFlow::Configuration {
3939
}
4040

4141
/**
42-
* Gets the base type of `e` if the type of `e` is a `DerivedType`.
42+
* Holds if the type of `e` is a `DerivedType` with `base` as its base type.
4343
*
4444
* This predicate ensures that joins go from `e` to `base` instead
4545
* of the other way around.

0 commit comments

Comments
 (0)