Skip to content

Commit 0a0f421

Browse files
authored
make the return value comment a bit simpler (#8908)
1 parent 7ca16fc commit 0a0f421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/Random.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ The following example uses the parameterless constructor to instantiate three <x
771771
<Docs>
772772
<param name="maxValue">The exclusive upper bound of the random number to be generated. <paramref name="maxValue" /> must be greater than or equal to 0.</param>
773773
<summary>Returns a non-negative random integer that is less than the specified maximum.</summary>
774-
<returns>A 32-bit signed integer that is greater than or equal to 0, and less than <paramref name="maxValue" />; that is, the range of return values ordinarily includes 0 but not <paramref name="maxValue" />. However, if <paramref name="maxValue" /> equals 0, <paramref name="maxValue" /> is returned.</returns>
774+
<returns>A 32-bit signed integer that is greater than or equal to 0, and less than <paramref name="maxValue" />; that is, the range of return values ordinarily includes 0 but not <paramref name="maxValue" />. However, if <paramref name="maxValue" /> equals 0, 0 is returned.</returns>
775775
<remarks>
776776
<format type="text/markdown"><![CDATA[
777777

0 commit comments

Comments
 (0)