Skip to content

Commit 200060b

Browse files
committed
link to infix:<...>
1 parent 8f2fa9f commit 200060b

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
@@ -39,7 +39,7 @@ than the end point, the range is considered empty.
3939
4.5 ~~ 0..^5; # True
4040
(1.1..5).list; # (1.1, 2.1, 3.1, 4.1)
4141
42-
Use the C<...> sequence operator to produce lists of elements that
42+
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
4444
increment-by-1.
4545

0 commit comments

Comments
 (0)