Skip to content

Commit

Permalink
Path #3841
Browse files Browse the repository at this point in the history
open is a method not a routine
  • Loading branch information
finanalyst committed Apr 4, 2021
1 parent 849b2c5 commit a253f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/IO/Path.pod6
Expand Up @@ -794,7 +794,7 @@ Opens the invocant and returns its L«lines|/type/IO::Handle#routine_lines».
The behavior is equivalent to L<opening|/routine/open> the file specified by
the invocant, forwarding the C<:$chomp>, C<:$enc>, and C<:$nl-in> arguments to
L«C<IO::Handle.open>|/type/IO::Handle#routine_open», then calling
L«C<IO::Handle.open>|/type/IO::Handle#method_open», then calling
L«C<IO::Handle.lines>|/type/IO::Handle#routine_lines» on that handle, forwarding
any of the remaining arguments to that method, and returning the resultant
L<Seq|/type/Seq>.
Expand Down

0 comments on commit a253f3b

Please sign in to comment.