Skip to content

Commit 25d00a2

Browse files
gdonaldAlexDaniel
authored andcommitted
Fix grammer around IO::Handle.getc.
1 parent c7c1b8c commit 25d00a2

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
@@ -126,7 +126,7 @@ Defined as:
126126
Reads a single line of input from the handle, removing the trailing newline
127127
characters (as set by L«C<.nl-in>|/routine/nl-in»)
128128
if the handle's C<.chomp> attribute is set to C<True>. Returns
129-
C<Nil>, if no more input as available. The subroutine form defaults to
129+
C<Nil>, if no more input is available. The subroutine form defaults to
130130
L«C<$*ARGFILES>|/language/variables#index-entry-%24%2AARGFILES» if no handle
131131
is given.
132132
@@ -155,7 +155,7 @@ Reads a single character from the input stream. Attempting to call this method
155155
when the handle is L<in binary mode|/type/IO::Handle#method_encoding> will
156156
result in C<X::IO::BinaryMode> exception being thrown. The subroutine form
157157
defaults to L«C<$*ARGFILES>|/language/variables#index-entry-%24%2AARGFILES» if
158-
no handle is given. Returns C<Nil>, if no more input as available, otherwise
158+
no handle is given. Returns C<Nil>, if no more input is available, otherwise
159159
operation will block, waiting for at least one character to be available; these
160160
caveats apply:
161161

0 commit comments

Comments
 (0)