Skip to content

Commit c557ce8

Browse files
authored
random: Fix right-open / left-open confusion for Random\IntervalBoundary
see php#3419
1 parent 2a3e48b commit c557ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/random/random.intervalboundary.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<enumitem>
2323
<enumidentifier>ClosedOpen</enumidentifier>
2424
<enumitemdescription>
25-
A left-open interval.
25+
A right-open interval.
2626
The lower boundary is included in the interval,
2727
the upper boundary is not.
2828
</enumitemdescription>
@@ -39,7 +39,7 @@
3939
<enumitem>
4040
<enumidentifier>OpenClosed</enumidentifier>
4141
<enumitemdescription>
42-
A right-open interval.
42+
A left-open interval.
4343
The upper boundary is included in the interval,
4444
the lower boundary is not.
4545
</enumitemdescription>

0 commit comments

Comments
 (0)