Skip to content

Commit f59a00c

Browse files
jketemacalumgrant
andauthored
Update cpp/ql/lib/semmle/code/cpp/Specifier.qll
Co-authored-by: Calum Grant <[email protected]>
1 parent ad2fb7c commit f59a00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ class AttributeArgument extends Element, @attribute_arg {
282282
}
283283

284284
/**
285-
* Gets the value of this argument, if its value is a expression.
285+
* Gets the value of this argument, if its value is an expression.
286286
*/
287287
Expr getValueExpr() { attribute_arg_expr(underlyingElement(this), unresolveElement(result)) }
288288

0 commit comments

Comments
 (0)