From a253f3b8061775b00845f6606d9f6a90bdc39064 Mon Sep 17 00:00:00 2001 From: Richard Hainsworth Date: Sun, 4 Apr 2021 22:26:25 +0100 Subject: [PATCH] Path #3841 open is a method not a routine --- doc/Type/IO/Path.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Type/IO/Path.pod6 b/doc/Type/IO/Path.pod6 index d994cbc65..6fc84a027 100644 --- a/doc/Type/IO/Path.pod6 +++ b/doc/Type/IO/Path.pod6 @@ -794,7 +794,7 @@ Opens the invocant and returns its L«lines|/type/IO::Handle#routine_lines». The behavior is equivalent to L the file specified by the invocant, forwarding the C<:$chomp>, C<:$enc>, and C<:$nl-in> arguments to -L«C|/type/IO::Handle#routine_open», then calling +L«C|/type/IO::Handle#method_open», then calling L«C|/type/IO::Handle#routine_lines» on that handle, forwarding any of the remaining arguments to that method, and returning the resultant L.