Skip to content

Commit 26f0f7f

Browse files
Update csharp/ql/test/query-tests/API Abuse/NoDisposeCallOnLocalIDisposable/NoDisposeCallOnLocalIDisposable.cs
Co-authored-by: Copilot <[email protected]>
1 parent 13226ed commit 26f0f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/test/query-tests/API Abuse/NoDisposeCallOnLocalIDisposable/NoDisposeCallOnLocalIDisposable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public IDisposable Method()
8787
using (XmlReader.Create(source ?? new StringReader("xml"), null))
8888
;
8989

90-
// GOOD: Flagging these generates to much noise and there is a general
90+
// GOOD: Flagging these generates too much noise and there is a general
9191
// acceptance that Tasks are not disposed.
9292
// https://devblogs.microsoft.com/pfxteam/do-i-need-to-dispose-of-tasks/
9393
Task t = new Task(() => { });

0 commit comments

Comments
 (0)