Skip to content

Commit c117575

Browse files
committed
Fix typo
1 parent bf7ec00 commit c117575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ collection happens and the no longer used handles get closed.
7474
7575
Defined as:
7676
77-
method eof(IO::Handle:D: --> Bool:Ds);
77+
method eof(IO::Handle:D: --> Bool:D);
7878
7979
Returns C<True> if the read operations have exhausted the contents of the
8080
handle.

0 commit comments

Comments
 (0)