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 b33dd06 commit 7ff09c8Copy full SHA for 7ff09c8
doc/Type/Iterator.pod6
@@ -23,7 +23,7 @@ overridden for performance reasons.
23
24
Iterators only allow one iteration over the entire sequence. It's forbidden
25
to make attempts to fetch more data, once C<IterationEnd> has been generated,
26
-and behaviour for doing so is undefed. For example, the following L<Seq>
+and behavior for doing so is undefed. For example, the following L<Seq>
27
will not cause the L<die> to be called under normal use, because
28
L<pull-one> will never be called after it returns C<IterationEnd>:
29
0 commit comments