Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.Collections/Stack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ If <xref:System.Collections.Stack.Count%2A> is less than the capacity of the sta


## Examples
The following example shows how to create and add values to a <xref:System.Collections.Stack> and how to display its values.
The following example shows how to create and add values to a Stack and how to display its values.

[!code-cpp[Classic Stack Example#1](~/samples/snippets/cpp/VS_Snippets_CLR_Classic/classic Stack Example/CPP/source.cpp#1)]
[!code-csharp[Classic Stack Example#1](~/samples/snippets/csharp/VS_Snippets_CLR_Classic/classic Stack Example/CS/source.cs#1)]
Expand Down Expand Up @@ -1015,4 +1015,4 @@ If <xref:System.Collections.Stack.Count%2A> is less than the capacity of the sta
</Docs>
</Member>
</Members>
</Type>
</Type>