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 922b4b5 commit 594f83cCopy full SHA for 594f83c
reference/random/random.intervalboundary.xml
@@ -22,7 +22,7 @@
22
<enumitem>
23
<enumidentifier>ClosedOpen</enumidentifier>
24
<enumitemdescription>
25
- A left-open interval.
+ A right-open interval.
26
The lower boundary is included in the interval,
27
the upper boundary is not.
28
</enumitemdescription>
@@ -39,7 +39,7 @@
39
40
<enumidentifier>OpenClosed</enumidentifier>
41
42
- A right-open interval.
+ A left-open interval.
43
The upper boundary is included in the interval,
44
the lower boundary is not.
45
0 commit comments