Skip to content

Commit b6e118d

Browse files
authored
Merge pull request #2085 from jthelin/patch-1
Fix typo in ca2213-disposable-fields-should-be-disposed.md
2 parents 9b324f6 + 0617f3e commit b6e118d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vs-2015/code-quality/ca2213-disposable-fields-should-be-disposed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ manager: "wpickett"
4444
It is safe to suppress a warning from this rule if you are not responsible for releasing the resource held by the field, or if the call to <xref:System.IDisposable.Dispose%2A> occurs at a deeper calling level than the rule checks.
4545

4646
## Example
47-
The following example shows a type `TypeA` that implements <xref:System.IDisposable> (`FT` in the previosu discussion).
47+
The following example shows a type `TypeA` that implements <xref:System.IDisposable> (`FT` in the previous discussion).
4848

4949
[!code-csharp[FxCop.Usage.IDisposablePattern#1](../snippets/csharp/VS_Snippets_CodeAnalysis/FxCop.Usage.IDisposablePattern/cs/FxCop.Usage.IDisposablePattern.cs#1)]
5050

0 commit comments

Comments
 (0)