Skip to content

Commit

Permalink
chore: Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelbu authored Dec 14, 2024
1 parent f1329ad commit abe7890
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public sealed class DisposeFieldsAndPropertiesInTearDownAnalyzer : DiagnosticAna
{
private static readonly char[] AdditionalDisposalMethodsSeparators = { ',', ';', ' ' };

// Methods that are considered to be Dispoing an instance.
// Methods that are considered to be Disposing an instance.
private static readonly ImmutableHashSet<string> StandardDisposeMethods = ImmutableHashSet.Create(
"Dispose",
"DisposeAsync",
Expand Down

0 comments on commit abe7890

Please sign in to comment.