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 4c9e209 commit 427002eCopy full SHA for 427002e
doc/Language/5to6-nutshell.pod6
@@ -57,7 +57,7 @@ Many Perl 5 built-in functions (about a 100 so far) have been ported to
57
Perl 6 with the same semantics. Think about the C<shift> function in Perl 5
58
having magic shifting from C<@_> or C<@ARGV> by default, depending on context.
59
These can be found at L<https://modules.perl6.org/t/Perl5> as separately
60
-loadable moduels, and in the
+loadable modules, and in the
61
L<P5built-ins|https://modules.perl6.org/dist/P5built-ins> bundle to get them
62
all at once..
63
0 commit comments