We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da534a0 commit 54832e1Copy full SHA for 54832e1
xml/System/ArgumentOutOfRangeException.xml
@@ -1258,7 +1258,7 @@ The following example defines a class to contain information about an invited gu
1258
</Parameters>
1259
<Docs>
1260
<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>
+ <param name="value">The argument to validate as non-zero and non-negative.</param>
1262
<param name="paramName">The name of the parameter with which <paramref name="value" /> corresponds.</param>
1263
<summary>Throws an <see cref="T:System.ArgumentOutOfRangeException" /> if <paramref name="value" /> is negative or zero.</summary>
1264
<remarks>To be added.</remarks>
0 commit comments