Skip to content

Commit 8c5a8df

Browse files
committed
fix typos
1 parent dab687d commit 8c5a8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ Defined as:
477477
method flush(IO::Handle:D: --> True);
478478
479479
Will flush the handle, writing any of the buffered data. Returns C<True>
480-
on succes; otherwise, L<fails|/routine/fail> with C<X::IO::Flush>.
480+
on success; otherwise, L<fails|/routine/fail> with C<X::IO::Flush>.
481481
482482
=begin code :skip-test
483483
with "foo".IO.open: :w {

doc/Type/IO/Spec/Unix.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ B<NOTE:> Most users would want to use the higher-level routine
142142
L«C<IO::Path.extension>|/type/IO::Path#method_extension» instead of this
143143
lower-level version.
144144
145-
Defained as:
145+
Defined as:
146146
147147
method extension(Str:D $path --> Str:D);
148148

0 commit comments

Comments
 (0)