Skip to content

Commit b4006a2

Browse files
committed
[io grant] Be explicit what IO::Handle.opened returns
for unopened handles.
1 parent 3274322 commit b4006a2

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
@@ -505,7 +505,7 @@ Defined as:
505505
506506
method opened(IO::Handle:D: --> Bool:D)
507507
508-
Returns C<True> if the handle is open.
508+
Returns C<True> if the handle is open, C<False> otherwise.
509509
510510
=head2 method t
511511

0 commit comments

Comments
 (0)