Skip to content

Commit 9ae9b89

Browse files
committed
C++: Improve accuracy of AttributeArgument.getValueText QLDoc
1 parent 0e12c9d commit 9ae9b89

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
@@ -256,7 +256,7 @@ class AttributeArgument extends Element, @attribute_arg {
256256

257257
/**
258258
* Gets the text for the value of this argument, if its value is
259-
* a string or a number.
259+
* a constant or token.
260260
*/
261261
string getValueText() { attribute_arg_value(underlyingElement(this), result) }
262262

0 commit comments

Comments
 (0)