Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
link to infix:<...>
  • Loading branch information
gfldex committed Dec 25, 2016
1 parent 8f2fa9f commit 200060b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Range.pod6
Expand Up @@ -39,7 +39,7 @@ than the end point, the range is considered empty.
4.5 ~~ 0..^5; # True
(1.1..5).list; # (1.1, 2.1, 3.1, 4.1)
Use the C<...> sequence operator to produce lists of elements that
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.
Expand Down

0 comments on commit 200060b

Please sign in to comment.