Skip to content

Commit f1417ab

Browse files
committed
Reword IO::Special abstract.
1 parent ee3bf27 commit f1417ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Type/IO/Special.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
=for code
88
class IO::Special does IO { }
99
10-
Used as a L«C<$.path>|/type/IO::Handle#method_path>» attribute in special
11-
standard input and output handles C<$*IN>, C<$*OUT> and C<$*ERR>. Provides
12-
abridged interface of L«C<IO::Handle>|/type/IO::Handle», mostly file tests
10+
Used as a L«C<$.path>|/type/IO::Handle#method_path>» attribute in file handles
11+
for special standard input C<$*IN> and output C<$*OUT> and C<$*ERR>. Provides
12+
a bridged interface of L«C<IO::Handle>|/type/IO::Handle», mostly file tests
1313
and stringification.
1414
1515
=head1 Methods

0 commit comments

Comments
 (0)