Skip to content

Commit 5c45e67

Browse files
committed
clarify IO::Handle.getc
1 parent 9e567b0 commit 5c45e67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/IO/Handle.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Read one line from a file:
2424
2525
=head2 method getc
2626
27-
Read a single character from the input stream.
27+
Read a single character from the input stream or return Nil. The operation is blocking
28+
and the stream may be buffered.
2829
2930
=head2 method eof
3031

0 commit comments

Comments
 (0)