Skip to content

Commit def957e

Browse files
Accept review suggestion fixing a comment
Co-authored-by: Michael Nebel <[email protected]>
1 parent 3767348 commit def957e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/test/library-tests/dataflow/external-models/ExternalFlow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ void M4()
212212
Sink(GeneratedFlowWithGeneratedNeutral(o1));
213213

214214
var o2 = new object();
215-
Sink(GeneratedFlowWithManualNeutral(o2)); // no flow because the modelled method exists has a manual neutral summary model
215+
Sink(GeneratedFlowWithManualNeutral(o2)); // no flow because the modelled method has a manual neutral summary model
216216
}
217217

218218
object GeneratedFlow(object o) => throw null;

0 commit comments

Comments
 (0)