Skip to content

Commit a8ba75c

Browse files
committed
hint that ... is better for complex cases
1 parent 200060b commit a8ba75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Range.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ than the end point, the range is considered empty.
4141
4242
Use the L<...|/language/operators#infix_...> sequence operator to produce lists of elements that
4343
go from larger to smaller values, or to use offsets other than
44-
increment-by-1.
44+
increment-by-1 and other complex cases.
4545
4646
Use C<Inf> or C<*> (Whatever) to indicate an end point to be open-ended.
4747

0 commit comments

Comments
 (0)