Skip to content

Commit

Permalink
Fix a couple of incorrect links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Olof Hendig committed Nov 27, 2017
1 parent 8e8acb4 commit fb13920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/IO/Handle.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ One of the attributes that can be set via C<.new> or L<open>.
Defaults to C<True>. Takes a L<Bool> specifying whether the line separators
(as defined by L«C<.nl-in>|/type/IO::Handle#method_nl-in») should be removed
from content when using L«C<.get>|/type/IO::Handle#method_get» or
L«C<.lines>|/type/IO::Handle#method_lines» methods.
L«C<.lines>|/type/IO::Handle#routine_lines» methods.
=head2 routine get
Expand Down Expand Up @@ -292,7 +292,7 @@ Defined as:
Return a L<Seq> each element of which is a line from the handle (that is
chunks delineated by L«C<.nl-in>|/type/IO::Handle#method_nl-in»). If the
handle's L«C<.chomp>|/type/IO::Handle#method_new» attribute is set to C<True>,
handle's L«C<.chomp>|/type/IO::Handle#method_chomp» attribute is set to C<True>,
then characters specified by L«C<.nl-in>|/type/IO::Handle#method_nl-in» will be
stripped from each line.
Expand Down

0 comments on commit fb13920

Please sign in to comment.