Skip to content

Commit df52c65

Browse files
committed
style
1 parent 5c7ff9f commit df52c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/IO/Spec/Unix.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
On object of this type is available via the variable C<$*SPEC> if the perl is
1010
running on a Unix-like platform.
1111
12-
B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
12+
The C<IO::Spec::*> classes provide low-level path operations. Unless
1313
you're creating your own high-level path manipulation routines, you don't
1414
need to use C<IO::Spec::*>. Use L«C<IO::Path>|/type/IO::Path» instead.
1515
16-
B<NOTE2:> no special validation is done by these classes (e.g. check whether
16+
Beware that no special validation is done by these classes (e.g. check whether
1717
path contains a null character). It is the job of higher-level classes, like
1818
L«C<IO::Path>|/type/IO::Path», to do that.
1919

0 commit comments

Comments
 (0)