Skip to content

Commit e79625e

Browse files
nickrolfeDave Bartolomeo
andcommitted
Accept suggested qldoc change
Co-authored-by: Dave Bartolomeo <[email protected]>
1 parent 9e9d692 commit e79625e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/MemberFunction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class MemberFunction extends Function {
7272
}
7373

7474
/**
75-
* Gets the type of the `this` parameter associated with this member function.
75+
* Gets the type of the `this` parameter associated with this member function, if any.
7676
*/
7777
Type getTypeOfThis() {
7878
member_function_this_type(underlyingElement(this), unresolveElement(result))

0 commit comments

Comments
 (0)