Skip to content

Commit 0fffdff

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent eba32b9 commit 0fffdff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • csharp/ql/lib/semmle/code/csharp/exprs

csharp/ql/lib/semmle/code/csharp/exprs/Call.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ class MutatorOperatorCall extends OperatorCall {
576576
*
577577
* ```csharp
578578
* class A {
579-
* public void operator++() { ... }
579+
* public void operator ++() { ... }
580580
*
581581
* public static void Increment(A a) {
582582
* a++;

0 commit comments

Comments
 (0)