File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 0d51ca45814bbc60d7a1e6cf6fc7213f0b49c8d5 Maintainer: Saki Status: ready -->
3
+ <!-- EN-Revision: 594f83cb7aff5d87d52426e68691c1fa06963b1d Maintainer: Saki Status: ready -->
4
4
5
5
<reference xmlns =" http://docbook.org/ns/docbook" xml : id =" enum.random-intervalboundary" role =" enum" >
6
6
<title >Random\IntervalBoundary Enum</title >
24
24
<enumitem >
25
25
<enumidentifier >ClosedOpen</enumidentifier >
26
26
<enumitemdescription >
27
- 左開区間 。下限(下側の境界)は区間に含まれ、上限(上側の境界)は含まれません。
27
+ 右開区間 。下限(下側の境界)は区間に含まれ、上限(上側の境界)は含まれません。
28
28
</enumitemdescription >
29
29
</enumitem >
30
30
38
38
<enumitem >
39
39
<enumidentifier >OpenClosed</enumidentifier >
40
40
<enumitemdescription >
41
- 右開区間 。上限(上側の境界)は区間に含まれ、下限(下側の境界)は含まれません。
41
+ 左開区間 。上限(上側の境界)は区間に含まれ、下限(下側の境界)は含まれません。
42
42
</enumitemdescription >
43
43
</enumitem >
44
44
You can’t perform that action at this time.
0 commit comments