Update cpp/ql/lib/semmle/code/cpp/Specifier.qll

Co-authored-by: Calum Grant <42069085+calumgrant@users.noreply.github.com>
This commit is contained in:
Jeroen Ketema
2024-01-02 12:52:18 +01:00
committed by GitHub
parent ad2fb7c6d5
commit f59a00c5ea

View File

@@ -282,7 +282,7 @@ class AttributeArgument extends Element, @attribute_arg {
}
/**
* Gets the value of this argument, if its value is a expression.
* Gets the value of this argument, if its value is an expression.
*/
Expr getValueExpr() { attribute_arg_expr(underlyingElement(this), unresolveElement(result)) }