We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13226ed commit 26f0f7fCopy full SHA for 26f0f7f
csharp/ql/test/query-tests/API Abuse/NoDisposeCallOnLocalIDisposable/NoDisposeCallOnLocalIDisposable.cs
@@ -87,7 +87,7 @@ public IDisposable Method()
87
using (XmlReader.Create(source ?? new StringReader("xml"), null))
88
;
89
90
- // GOOD: Flagging these generates to much noise and there is a general
+ // GOOD: Flagging these generates too much noise and there is a general
91
// acceptance that Tasks are not disposed.
92
// https://devblogs.microsoft.com/pfxteam/do-i-need-to-dispose-of-tasks/
93
Task t = new Task(() => { });
0 commit comments