Skip to content

Commit

Permalink
Merge pull request #598 from andrewimcclement/patch-1
Browse files Browse the repository at this point in the history
Update NUnit1032.md to fix typo `Dipose` -> `Dispose`.
  • Loading branch information
manfred-brands authored Sep 24, 2023
2 parents 9b7f547 + db138ef commit 3a43fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/NUnit1032.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ An IDisposable field/property should be Disposed in a TearDown method.

## Motivation

Not Diposing fields/properties can cause memory leaks or failing tests.
Not Disposing fields/properties can cause memory leaks or failing tests.

## How to fix violations

Expand Down

0 comments on commit 3a43fae

Please sign in to comment.