Skip to content

Commit 3237560

Browse files
oathggmairaw
authored andcommitted
FIX: Removed an unneeded enter which broke a URL (#2692)
1 parent d8652f7 commit 3237560

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xml/System/GC.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,8 +1422,7 @@ This method is most useful in monitoring scenarios for measuring the difference
14221422
14231423
14241424
## Examples
1425-
The following example demonstrates how to use the <xref:System.GC.SuppressFinalize%2A> method in a resource class to prevent a redundant garbage collection from being called. The example uses the [dispose pattern](~/docs/standard/garbage-collection/implementing-dispose
1426-
.md) to free both managed resources (that is, objects that implement <xref:System.IDisposable>) and unmanaged resources.
1425+
The following example demonstrates how to use the <xref:System.GC.SuppressFinalize%2A> method in a resource class to prevent a redundant garbage collection from being called. The example uses the [dispose pattern](~/docs/standard/garbage-collection/implementing-dispose.md) to free both managed resources (that is, objects that implement <xref:System.IDisposable>) and unmanaged resources.
14271426
14281427
[!code-csharp[System.GC.SuppressFinalize#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.gc.suppressfinalize/cs/suppressfinalize1.cs#1)]
14291428
[!code-vb[System.GC.SuppressFinalize#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.gc.suppressfinalize/vb/suppressfinalize1.vb#1)]
@@ -2054,4 +2053,4 @@ This method is most useful in monitoring scenarios for measuring the difference
20542053
</Docs>
20552054
</Member>
20562055
</Members>
2057-
</Type>
2056+
</Type>

0 commit comments

Comments
 (0)