Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hint that ... is better for complex cases
  • Loading branch information
gfldex committed Dec 25, 2016
1 parent 200060b commit a8ba75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Range.pod6
Expand Up @@ -41,7 +41,7 @@ than the end point, the range is considered empty.
Use the L<...|/language/operators#infix_...> sequence operator to produce lists of elements that
go from larger to smaller values, or to use offsets other than
increment-by-1.
increment-by-1 and other complex cases.
Use C<Inf> or C<*> (Whatever) to indicate an end point to be open-ended.
Expand Down

0 comments on commit a8ba75c

Please sign in to comment.