Skip to content

Commit 5a25967

Browse files
committed
C#: Address review comments.
1 parent c59c7cf commit 5a25967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/src/utils/modelgenerator/internal/CaptureModelsSpecific.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ private Callable getARelevantOverrideeOrImplementee(Overridable m) {
7070
}
7171

7272
/**
73-
* Gets the super implementation of `m` if it is relevant.
74-
* If such a super implementation does not exist, returns `m` if it is relevant.
73+
* Gets the super implementation of `api` if it is relevant.
74+
* If such a super implementation does not exist, returns `api` if it is relevant.
7575
*/
7676
private Callable liftedImpl(Callable api) {
7777
(

0 commit comments

Comments
 (0)