Skip to content

Commit

Permalink
Merge pull request #808 from nunit/chore/correct-typo
Browse files Browse the repository at this point in the history
chore: Correct typo
  • Loading branch information
mikkelbu authored Dec 14, 2024
2 parents f1329ad + abe7890 commit 8914a18
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 8914a18

Please sign in to comment.