Skip to content

Commit e15bbf8

Browse files
authored
Fix typo; BenGoldberg++
1 parent 6ca67e4 commit e15bbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/io-guide.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ L«C<$*SPEC>|/language/variables#Dynamic_variables» provides low-level stuff an
2222
its use will not only make your code horrible to read, you'll likely introduce
2323
security issues (e.g. nul bytes)!
2424
25-
The L«C<IO::Path>|/type/IO::Path» type is the workhorse of Perl 6 worl. It
25+
The L«C<IO::Path>|/type/IO::Path» type is the workhorse of Perl 6 world. It
2626
caters to all the path manipulation needs as well as provides shortcut routines
2727
that let you avoid dealing with file handles. Use that instead of the
2828
L«C<$*SPEC>|/language/variables#Dynamic_variables» stuff.

0 commit comments

Comments
 (0)