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 dab687d commit 8c5a8dfCopy full SHA for 8c5a8df
doc/Type/IO/Handle.pod6
@@ -477,7 +477,7 @@ Defined as:
477
method flush(IO::Handle:D: --> True);
478
479
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>.
+on success; otherwise, L<fails|/routine/fail> with C<X::IO::Flush>.
481
482
=begin code :skip-test
483
with "foo".IO.open: :w {
doc/Type/IO/Spec/Unix.pod6
@@ -142,7 +142,7 @@ B<NOTE:> Most users would want to use the higher-level routine
142
L«C<IO::Path.extension>|/type/IO::Path#method_extension» instead of this
143
lower-level version.
144
145
-Defained as:
+Defined as:
146
147
method extension(Str:D $path --> Str:D);
148
0 commit comments