Skip to content

Commit a3b92bb

Browse files
authored
Path #3841 routine->method
open is a method
1 parent 0cb1895 commit a3b92bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Path.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ Opens the invocant and returns its L«words|/type/IO::Handle#routine_words».
768768
769769
The behavior is equivalent to L<opening|/routine/open> the file specified by
770770
the invocant, forwarding the C<:$chomp>, C<:$enc>, and C<:$nl-in> arguments to
771-
L«C<IO::Handle.open>|/type/IO::Handle#routine_open», then calling
771+
L«C<IO::Handle.open>|/type/IO::Handle#method_open», then calling
772772
L«C<IO::Handle.words>|/type/IO::Handle#routine_words» on that handle, forwarding
773773
any of the remaining arguments to that method, and returning the resultant
774774
L<Seq|/type/Seq>.

0 commit comments

Comments
 (0)