Skip to content

Commit bd50ed9

Browse files
committed
Fix doc comment
1 parent ef55ca1 commit bd50ed9

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/src/semmle/code/csharp

1 file changed

+1
-1
lines changed

csharp/ql/src/semmle/code/csharp/Stmt.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ class ForeachStmt extends LoopStmt, @foreach_stmt {
588588
/** Gets the called `MoveNext` or `MoveNextAsync` method. */
589589
Method getMoveNext() { foreach_stmt_desugar(this, result, 3) }
590590

591-
/** Gets the called `Dispose` or `DisposeAsync` method. */
591+
/** Gets the called `Dispose` or `DisposeAsync` method, if any. */
592592
Method getDispose() { foreach_stmt_desugar(this, result, 4) }
593593

594594
/** Gets the called `Current` property. */

0 commit comments

Comments
 (0)