Skip to content

Commit 8233960

Browse files
committed
[io grant] Improve IO::Handle.t docs
1 parent 25bce38 commit 8233960

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,10 @@ Returns C<True> if the handle is open.
511511
512512
Defined as:
513513
514-
method t(IO::Handle:D: --> Bool)
514+
method t(IO::Handle:D: --> Bool:D)
515515
516-
Returns C<True> if the handle is opened to a tty.
516+
Returns C<True> if the handle is opened to a
517+
L<TTY|https://en.wikipedia.org/wiki/Terminal_emulator>, C<False> otherwise.
517518
518519
=head1 Related roles and classes
519520

0 commit comments

Comments
 (0)