From bc231f481751a926213fc6bb5c4dec9b1d0b6d5c Mon Sep 17 00:00:00 2001 From: marko1olo Date: Fri, 5 Jun 2026 21:49:53 +0400 Subject: [PATCH] Clarify ConcurrentStack range exception docs --- xml/System.Collections.Concurrent/ConcurrentStack`1.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Collections.Concurrent/ConcurrentStack`1.xml b/xml/System.Collections.Concurrent/ConcurrentStack`1.xml index e91c8af2708..44aee70b1a4 100644 --- a/xml/System.Collections.Concurrent/ConcurrentStack`1.xml +++ b/xml/System.Collections.Concurrent/ConcurrentStack`1.xml @@ -605,7 +605,7 @@ is a null reference (Nothing in Visual Basic). - or is negative. Or is greater than or equal to the length of . + or is negative. Or is greater than the length of . + is greater than the length of . Thread-Safe Collections @@ -1221,7 +1221,7 @@ This member is an explicit interface member implementation. It can be used only is a null reference (Nothing in Visual Basic). - or is negative. Or is greater than or equal to the length of . + or is negative. Or is greater than the length of . + is greater than the length of . Thread-Safe Collections