From 43363daa5c391394ad30472724cb7aeb17d17265 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 22 May 2025 09:07:09 -0700 Subject: [PATCH] Or to and --- xml/System/ArgumentOutOfRangeException.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/ArgumentOutOfRangeException.xml b/xml/System/ArgumentOutOfRangeException.xml index af59390bb8e..80b4975ae0e 100644 --- a/xml/System/ArgumentOutOfRangeException.xml +++ b/xml/System/ArgumentOutOfRangeException.xml @@ -1258,7 +1258,7 @@ The following example defines a class to contain information about an invited gu The type of the object to validate. - The argument to validate as non-zero or non-negative. + The argument to validate as non-zero and non-negative. The name of the parameter with which corresponds. Throws an if is negative or zero. To be added.