From 1d227eb8d05c0844c5f3320bc2171159391207e0 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sun, 23 Oct 2022 16:41:37 +0200 Subject: [PATCH 1/2] Fix Stack type reference --- xml/System.Collections.Generic/Stack`1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Collections.Generic/Stack`1.xml b/xml/System.Collections.Generic/Stack`1.xml index d3382950165..dd1377f5840 100644 --- a/xml/System.Collections.Generic/Stack`1.xml +++ b/xml/System.Collections.Generic/Stack`1.xml @@ -97,7 +97,7 @@ Three main operations can be performed on a and its elements: -- inserts an element at the top of the . +- inserts an element at the top of the . - removes an element from the top of the . From e2a2ab0a2bc01f24a9ecb4aa850d0bcd15a39598 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 24 Oct 2022 10:46:07 -0700 Subject: [PATCH 2/2] Update xml/System.Collections.Generic/Stack`1.xml --- xml/System.Collections.Generic/Stack`1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Collections.Generic/Stack`1.xml b/xml/System.Collections.Generic/Stack`1.xml index dd1377f5840..5defe938c13 100644 --- a/xml/System.Collections.Generic/Stack`1.xml +++ b/xml/System.Collections.Generic/Stack`1.xml @@ -97,7 +97,7 @@ Three main operations can be performed on a and its elements: -- inserts an element at the top of the . +- inserts an element at the top of the . - removes an element from the top of the .