Skip to content

Commit 5259025

Browse files
authored
Merge pull request #10020 from jketema/jketema/minor
C++: Improve QLDoc based on earlier review
2 parents a5c0fa2 + faaf1ec commit 5259025

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)