File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Defined as:
126
126
Reads a single line of input from the handle, removing the trailing newline
127
127
characters (as set by L « C < .nl-in > |/routine/nl-in» )
128
128
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
130
130
L « C < $*ARGFILES > |/language/variables#index-entry-%24%2AARGFILES» if no handle
131
131
is given.
132
132
@@ -155,7 +155,7 @@ Reads a single character from the input stream. Attempting to call this method
155
155
when the handle is L < in binary mode|/type/IO::Handle#method_encoding > will
156
156
result in C < X::IO::BinaryMode > exception being thrown. The subroutine form
157
157
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
159
159
operation will block, waiting for at least one character to be available; these
160
160
caveats apply:
161
161
You can’t perform that action at this time.
0 commit comments