Skip to content

Commit f0b22bc

Browse files
authored
Update list.pod6
bad link fix
1 parent 28f4d6c commit f0b22bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/list.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ never ask them for all their elements. In some cases, you may want to
198198
avoid asking them how long they are too – Perl 6 will try to return
199199
C<Inf> if it knows a sequence is infinite, but it cannot always know.
200200
201-
These lists can be built using the L<...|/operators#infix_...> operator,
201+
These lists can be built using the L<...|/language/operators#infix_...> operator,
202202
which builds lazy lists using a variety of generating expressions.
203203
204204
Although the C<Seq> class does provide some positional subscripting, it

0 commit comments

Comments
 (0)