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.