Skip to content

Commit fb13920

Browse files
author
Jan-Olof Hendig
committed
Fix a couple of incorrect links
1 parent 8e8acb4 commit fb13920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ One of the attributes that can be set via C<.new> or L<open>.
125125
Defaults to C<True>. Takes a L<Bool> specifying whether the line separators
126126
(as defined by L«C<.nl-in>|/type/IO::Handle#method_nl-in») should be removed
127127
from content when using L«C<.get>|/type/IO::Handle#method_get» or
128-
L«C<.lines>|/type/IO::Handle#method_lines» methods.
128+
L«C<.lines>|/type/IO::Handle#routine_lines» methods.
129129
130130
=head2 routine get
131131
@@ -292,7 +292,7 @@ Defined as:
292292
293293
Return a L<Seq> each element of which is a line from the handle (that is
294294
chunks delineated by L«C<.nl-in>|/type/IO::Handle#method_nl-in»). If the
295-
handle's L«C<.chomp>|/type/IO::Handle#method_new» attribute is set to C<True>,
295+
handle's L«C<.chomp>|/type/IO::Handle#method_chomp» attribute is set to C<True>,
296296
then characters specified by L«C<.nl-in>|/type/IO::Handle#method_nl-in» will be
297297
stripped from each line.
298298

0 commit comments

Comments
 (0)