We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e7e30c + 68959ca commit 61bd003Copy full SHA for 61bd003
cpp/ql/src/semmle/code/cpp/Element.qll
@@ -39,7 +39,7 @@ Element mkElement(@element e) {
39
* Get the `@element` that this `Element` extends. This should normally
40
* only be called from member predicates, where `e` is `this` and you
41
* need the result for an argument to a database extensional.
42
- * See `unresolveElement` for when `e` is `this`.
+ * See `unresolveElement` for when `e` is not `this`.
43
*/
44
@element underlyingElement(Element e) {
45
result = e
0 commit comments