We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2fa9f commit 200060bCopy full SHA for 200060b
doc/Type/Range.pod6
@@ -39,7 +39,7 @@ than the end point, the range is considered empty.
39
4.5 ~~ 0..^5; # True
40
(1.1..5).list; # (1.1, 2.1, 3.1, 4.1)
41
42
-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
43
go from larger to smaller values, or to use offsets other than
44
increment-by-1.
45
0 commit comments