Skip to content

Commit 6385a7f

Browse files
hvitvedCopilot
andauthored
Update csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3a62ffa commit 6385a7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private module ThisFlow {
199199
p = n and
200200
c = p.getCallable(l) and
201201
(
202-
// In case `c` has multiple bodies, we want each body to gets its own implicit
202+
// In case `c` has multiple bodies, we want each body to get its own implicit
203203
// entry definition.
204204
exists(ControlFlowElement body |
205205
body = c.getBody() and

0 commit comments

Comments
 (0)