We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca67e4 commit e15bbf8Copy full SHA for e15bbf8
doc/Language/io-guide.pod6
@@ -22,7 +22,7 @@ L«C<$*SPEC>|/language/variables#Dynamic_variables» provides low-level stuff an
22
its use will not only make your code horrible to read, you'll likely introduce
23
security issues (e.g. nul bytes)!
24
25
-The L«C<IO::Path>|/type/IO::Path» type is the workhorse of Perl 6 worl. It
+The L«C<IO::Path>|/type/IO::Path» type is the workhorse of Perl 6 world. It
26
caters to all the path manipulation needs as well as provides shortcut routines
27
that let you avoid dealing with file handles. Use that instead of the
28
L«C<$*SPEC>|/language/variables#Dynamic_variables» stuff.
0 commit comments