Skip to content

Commit

Permalink
Correct links to say and close
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane committed Feb 21, 2015
1 parent 38dfcf2 commit 6eb6fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Type/IO.pod
Expand Up @@ -28,7 +28,7 @@ displays
Hi there!How are you?
To print text implicitly including the trailing newline character, use
L<say|type/IO#sub say>.
L<say|/type/IO#sub_say>.
=head2 sub say
Expand Down Expand Up @@ -221,7 +221,7 @@ C<.lines> and C<.get>. Defaults to C<True>.
=head2 method close
To close an open file handle, simply call its
L<close|/type/IO::Handle#method close> method:
L<close|/type/IO::Handle#method_close> method:
my $fh = open("path/to/file");
# ... do stuff with the file
Expand Down

0 comments on commit 6eb6fa8

Please sign in to comment.