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 28f4d6c commit f0b22bcCopy full SHA for f0b22bc
doc/Language/list.pod6
@@ -198,7 +198,7 @@ never ask them for all their elements. In some cases, you may want to
198
avoid asking them how long they are too – Perl 6 will try to return
199
C<Inf> if it knows a sequence is infinite, but it cannot always know.
200
201
-These lists can be built using the L<...|/operators#infix_...> operator,
+These lists can be built using the L<...|/language/operators#infix_...> operator,
202
which builds lazy lists using a variety of generating expressions.
203
204
Although the C<Seq> class does provide some positional subscripting, it
0 commit comments