Modify S2930: Fix typo (#4608)

This commit is contained in:
Sebastien Marichal 2025-01-10 10:36:46 +01:00 committed by GitHub
parent 519c3bbd18
commit 398cc98f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ In addition, it's essential to manage other system resources besides memory. The
This rule keeps track of `private` fields and local variables of specific types that implement `IDisposable` or `IAsyncDisposable`. It identifies instances of these types that are not properly disposed, closed, aliased, returned, or passed to other methods. This applies to instances that are either directly created using the `new` operator or instantiated through a predefined list of factory methods.
Here is the list of the types tacked by this rule:
Here is the list of the types tracked by this rule:
* `FluentAssertions.Execution.AssertionScope`
* `System.Drawing.Bitmap`