Skip to content

Commit 7ff09c8

Browse files
authored
Misspell behaviour on purpose
1 parent b33dd06 commit 7ff09c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Iterator.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ overridden for performance reasons.
2323
2424
Iterators only allow one iteration over the entire sequence. It's forbidden
2525
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>
26+
and behavior for doing so is undefed. For example, the following L<Seq>
2727
will not cause the L<die> to be called under normal use, because
2828
L<pull-one> will never be called after it returns C<IterationEnd>:
2929

0 commit comments

Comments
 (0)