Skip to content

Commit c423aa9

Browse files
Youssef1313Ron Petrusha
authored andcommitted
Removed self-redirect link (#2916)
1 parent 5c19ace commit c423aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Collections/Stack.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If <xref:System.Collections.Stack.Count%2A> is less than the capacity of the sta
7171
7272
7373
## Examples
74-
The following example shows how to create and add values to a <xref:System.Collections.Stack> and how to display its values.
74+
The following example shows how to create and add values to a Stack and how to display its values.
7575
7676
[!code-cpp[Classic Stack Example#1](~/samples/snippets/cpp/VS_Snippets_CLR_Classic/classic Stack Example/CPP/source.cpp#1)]
7777
[!code-csharp[Classic Stack Example#1](~/samples/snippets/csharp/VS_Snippets_CLR_Classic/classic Stack Example/CS/source.cs#1)]
@@ -1015,4 +1015,4 @@ If <xref:System.Collections.Stack.Count%2A> is less than the capacity of the sta
10151015
</Docs>
10161016
</Member>
10171017
</Members>
1018-
</Type>
1018+
</Type>

0 commit comments

Comments
 (0)