Skip to content

Commit

Permalink
Reword IO::Special abstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
fluca1978 committed Apr 23, 2018
1 parent ee3bf27 commit f1417ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Type/IO/Special.pod6
Expand Up @@ -7,9 +7,9 @@
=for code
class IO::Special does IO { }
Used as a L«C<$.path>|/type/IO::Handle#method_path>» attribute in special
standard input and output handles C<$*IN>, C<$*OUT> and C<$*ERR>. Provides
abridged interface of L«C<IO::Handle>|/type/IO::Handle», mostly file tests
Used as a L«C<$.path>|/type/IO::Handle#method_path>» attribute in file handles
for special standard input C<$*IN> and output C<$*OUT> and C<$*ERR>. Provides
a bridged interface of L«C<IO::Handle>|/type/IO::Handle», mostly file tests
and stringification.
=head1 Methods
Expand Down

0 comments on commit f1417ab

Please sign in to comment.