Skip to content

Commit 94e045f

Browse files
committed
Reword
1 parent 8feb8de commit 94e045f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/io.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ or even simpler with the C<:append> option in the call to C<spurt>:
8686
8787
spurt "testfile", "more data\n", :append;
8888
89-
One can also explicitly write binary data to a file by opening it with the
90-
C<:bin> option. The input/output operations now take place using the C<Buf>
91-
type instead of the C<Str> type.
89+
To explicitly write binary data to a file, open it with the C<:bin> option.
90+
The input/output operations then will take place using the C<Buf> type instead
91+
of the C<Str> type.
9292
9393
=head1 Checking files and directories
9494

0 commit comments

Comments
 (0)