We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb1895 commit a3b92bbCopy full SHA for a3b92bb
doc/Type/IO/Path.pod6
@@ -768,7 +768,7 @@ Opens the invocant and returns its L«words|/type/IO::Handle#routine_words».
768
769
The behavior is equivalent to L<opening|/routine/open> the file specified by
770
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
+L«C<IO::Handle.open>|/type/IO::Handle#method_open», then calling
772
L«C<IO::Handle.words>|/type/IO::Handle#routine_words» on that handle, forwarding
773
any of the remaining arguments to that method, and returning the resultant
774
L<Seq|/type/Seq>.
0 commit comments