Skip to content

Commit 15034ee

Browse files
committed
fix typo
1 parent 912e133 commit 15034ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/CatHandle.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ valid idiom for obtaining the currently-active handle. If, between
267267
L<reification|/language/glossary#index-entry-Reify> of the elements of the
268268
returned L<Seq> the handles get switched by some other means, the next
269269
element produced by the L<Seq> would be the next handle of the invocant, not
270-
the handle that would've been produced if no switching occured:
270+
the handle that would've been produced if no switching occurred:
271271
272272
(my $file1 := 'file1'.IO).spurt: "1a\n1b\n1c";
273273
(my $file2 := 'file2'.IO).spurt: "2a\n2b\n2c";

0 commit comments

Comments
 (0)