Skip to content

Commit 3719d5f

Browse files
committed
wrong method was wrong
1 parent 0fa3fc3 commit 3719d5f

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
@@ -168,7 +168,7 @@ stored for later use. To create a lazy list use
168168
L<gather/take|/language/control#gather/take> or the
169169
L<sequence operator|/language/operators#infix_...>. You can also write a class that
170170
implements the role L<Iterable|/type/Iterable> and returns C<True> on a call to
171-
L<lazy|/routine/lazy>. Please note that some methods like C<elems> may cause the
171+
L<is-lazy|/routine/is-lazy>. Please note that some methods like C<elems> may cause the
172172
entire list to be computed what will fail if the list is also infinite.
173173
174174
my @l = 1,2,4,8...Inf;

0 commit comments

Comments
 (0)