Skip to content

Commit faaf1ec

Browse files
committed
C++: Improve QLDoc based on earlier review
1 parent 32a2363 commit faaf1ec

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 constant or token.
259+
* a constant or a token.
260260
*/
261261
string getValueText() {
262262
if underlyingElement(this) instanceof @attribute_arg_constant_expr

0 commit comments

Comments
 (0)