diff --git a/rules/S2930/csharp/rule.adoc b/rules/S2930/csharp/rule.adoc index 4e33cbcbe1e..0f5c53b7aa4 100644 --- a/rules/S2930/csharp/rule.adoc +++ b/rules/S2930/csharp/rule.adoc @@ -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`