Skip to content

Commit 54832e1

Browse files
authored
Or to and (#11333)
1 parent da534a0 commit 54832e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/ArgumentOutOfRangeException.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ The following example defines a class to contain information about an invited gu
12581258
</Parameters>
12591259
<Docs>
12601260
<typeparam name="T">The type of the object to validate.</typeparam>
1261-
<param name="value">The argument to validate as non-zero or non-negative.</param>
1261+
<param name="value">The argument to validate as non-zero and non-negative.</param>
12621262
<param name="paramName">The name of the parameter with which <paramref name="value" /> corresponds.</param>
12631263
<summary>Throws an <see cref="T:System.ArgumentOutOfRangeException" /> if <paramref name="value" /> is negative or zero.</summary>
12641264
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)