Skip to content

Commit 427002e

Browse files
committed
fix typo
1 parent 4c9e209 commit 427002e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Many Perl 5 built-in functions (about a 100 so far) have been ported to
5757
Perl 6 with the same semantics. Think about the C<shift> function in Perl 5
5858
having magic shifting from C<@_> or C<@ARGV> by default, depending on context.
5959
These can be found at L<https://modules.perl6.org/t/Perl5> as separately
60-
loadable moduels, and in the
60+
loadable modules, and in the
6161
L<P5built-ins|https://modules.perl6.org/dist/P5built-ins> bundle to get them
6262
all at once..
6363

0 commit comments

Comments
 (0)