Skip to content

Commit 2877756

Browse files
committed
Space between 'Perl' and version ('5', '6').
1 parent dc141b0 commit 2877756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/traps.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ my $a = 2; say join ",", (+$a, ++$a); # OUTPUT: «2,3␤»
242242
243243
=head1 Cool tricks
244244
245-
Perl6 includes a L<Cool|/type/Cool> class, which provides some of the DWIM
246-
behaviors we got used to in Perl5 by coercing arguments when necessary.
245+
Perl 6 includes a L<Cool|/type/Cool> class, which provides some of the DWIM
246+
behaviors we got used to in Perl 5 by coercing arguments when necessary.
247247
However, DWIM is never perfect.
248248
249249
=head2 Strings are not Lists, so beware indexing
250250
251-
In Perl6, L<strings|/type/Str> are not lists of characters. One
251+
In Perl 6, L<strings|/type/Str> are not lists of characters. One
252252
L<cannot iterate|#Strings_are_not_iterable> over them or index into them as you can
253253
with L<lists|/type/List>, despite the name of the L<.index routine|/type/Str#routine_index>.
254254

0 commit comments

Comments
 (0)