Skip to content

Commit

Permalink
Note IO::Handle.open :r/:mode<ro> are eqv no mode args
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Mar 16, 2018
1 parent b2bcd7d commit 96c5f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/IO/Handle.pod6
Expand Up @@ -41,7 +41,7 @@ The open mode defaults to non-exclusive, read only (same as specifying
C<:r>) and can be controlled by a mix of the following arguments:
=begin code :skip-test :allow< B R >
:r same as specifying :mode<ro>
:r same as specifying :mode<ro> same as specifying nothing
:w same as specifying :mode<wo>, :create, :truncate
:a same as specifying :mode<wo>, :create, :append
Expand Down

0 comments on commit 96c5f28

Please sign in to comment.