Skip to content

Commit 278652a

Browse files
committed
Correct erroneous snippet description in structs cat
The snippet description for the `Range` snippet had its description fixed not to claim that a range of length 1 was empty.
1 parent f700447 commit 278652a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collection/structs.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Delphi12A=Y
6060
FPC=Y
6161

6262
[Range]
63-
DescEx="<p>Constructs and returns a <var>TRange</var> record with bounds <var>A</var> and <var>B</var>.</p><p>The smaller of <var>A</var> and <var>B</var> is used as the lower bound and the larger as the upper bound. If both values are equal then the range will be empty.</p>"
63+
DescEx="<p>Constructs and returns a <var>TRange</var> record with bounds <var>A</var> and <var>B</var>.</p><p>The smaller of <var>A</var> and <var>B</var> is used as the lower bound and the other parameter is used as the upper bound.</p>"
6464
Depends=TRange
6565
SeeAlso=TRange
6666
SeeAlso=TRange,TRangeEx,TIntegerRange

0 commit comments

Comments
 (0)