Skip to content

Commit

Permalink
Update list.pod6
Browse files Browse the repository at this point in the history
bad link fix
  • Loading branch information
finanalyst committed Jan 25, 2019
1 parent 28f4d6c commit f0b22bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/list.pod6
Expand Up @@ -198,7 +198,7 @@ never ask them for all their elements. In some cases, you may want to
avoid asking them how long they are too – Perl 6 will try to return
C<Inf> if it knows a sequence is infinite, but it cannot always know.
These lists can be built using the L<...|/operators#infix_...> operator,
These lists can be built using the L<...|/language/operators#infix_...> operator,
which builds lazy lists using a variety of generating expressions.
Although the C<Seq> class does provide some positional subscripting, it
Expand Down

0 comments on commit f0b22bc

Please sign in to comment.