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 0fa3fc3 commit 3719d5fCopy full SHA for 3719d5f
doc/Language/list.pod6
@@ -168,7 +168,7 @@ stored for later use. To create a lazy list use
168
L<gather/take|/language/control#gather/take> or the
169
L<sequence operator|/language/operators#infix_...>. You can also write a class that
170
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
+L<is-lazy|/routine/is-lazy>. Please note that some methods like C<elems> may cause the
172
entire list to be computed what will fail if the list is also infinite.
173
174
my @l = 1,2,4,8...Inf;
0 commit comments