Accept review suggestion fixing a comment

Co-authored-by: Michael Nebel <michaelnebel@github.com>
This commit is contained in:
Owen Mansel-Chan
2024-01-11 13:56:27 +00:00
committed by GitHub
parent 3767348dec
commit def957e814

View File

@@ -212,7 +212,7 @@ namespace My.Qltest
Sink(GeneratedFlowWithGeneratedNeutral(o1));
var o2 = new object();
Sink(GeneratedFlowWithManualNeutral(o2)); // no flow because the modelled method exists has a manual neutral summary model
Sink(GeneratedFlowWithManualNeutral(o2)); // no flow because the modelled method has a manual neutral summary model
}
object GeneratedFlow(object o) => throw null;