diff --git a/doc/Type/IO/Path.pod6 b/doc/Type/IO/Path.pod6 index c723ac91b..7aee740c6 100644 --- a/doc/Type/IO/Path.pod6 +++ b/doc/Type/IO/Path.pod6 @@ -19,8 +19,8 @@ The current working directory is available as an IO::Path object in C<$*CWD>. The behavior of C is dependent on the operating system it runs on; to get reproducible behavior across operating systems, you can use one of its -subclasses instead: L, L, -L, L. +subclasses instead: L, L, +L, L. The rest of this document silently assumes Unix semantics in its examples, unless when stated otherwise.