Skip to content

Commit 96c5f28

Browse files
committed
Note IO::Handle.open :r/:mode<ro> are eqv no mode args
1 parent b2bcd7d commit 96c5f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The open mode defaults to non-exclusive, read only (same as specifying
4141
C<:r>) and can be controlled by a mix of the following arguments:
4242
4343
=begin code :skip-test :allow< B R >
44-
:r same as specifying :mode<ro>
44+
:r same as specifying :mode<ro> same as specifying nothing
4545
4646
:w same as specifying :mode<wo>, :create, :truncate
4747
:a same as specifying :mode<wo>, :create, :append

0 commit comments

Comments
 (0)