Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in code
Closes #703
  • Loading branch information
zoffixznet committed Jul 14, 2016
1 parent d2697b3 commit cf30018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/IO.pod6
Expand Up @@ -178,7 +178,7 @@ Read-related methods will fail in this mode:
Open the file for reading and writing, creating the file if it doesn't
exist or overwriting the file if it already exists.
my $fh = open("path/to/file", :w);
my $fh = open("path/to/file", :rw);
=item append mode, C<:a>
Expand Down

0 comments on commit cf30018

Please sign in to comment.