Skip to content

Commit 4cc2a7f

Browse files
committed
Fixes grammar, thanks @VynceMontgomery for the tip
1 parent 1b68121 commit 4cc2a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traps.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ With L<item|/routine/item>, the container will be evaluated in item context, its
323323
324324
Perl 6 includes a L<Cool|/type/Cool> class, which provides some of the DWIM
325325
behaviors we got used to by coercing arguments when necessary.
326-
However, DWIM is never perfect. Specially with L<List>s, which are C<Cool>, there are many methods that will not do what you probably think they do, including C<contains>, C<starts-with> or C<index>. Please see some examples in the section below.
326+
However, DWIM is never perfect. Especially with L<List>s, which are C<Cool>, there are many methods that will not do what you probably think they do, including C<contains>, C<starts-with> or C<index>. Please see some examples in the section below.
327327
328328
=head2 Strings are not C<List>s, so beware indexing
329329

0 commit comments

Comments
 (0)