Skip to content

Commit cabe811

Browse files
committed
fix typo
1 parent 55a5a09 commit cabe811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/List.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Examples:
325325
say (1, 22/7, 42, 300).first: * > 5, :p; # 2 => 42
326326
say (1, 22/7, 42, 300).first: * > 5, :kv, :end; # (3 300)
327327
328-
In method form, the C<$matcher> can be omited, in which case the first
328+
In method form, the C<$matcher> can be omitted, in which case the first
329329
available item (or last if C<:end> is set) will be returned. See also
330330
L«C<head>|/routine/head» and L«C<tail>|/routine/tail» methods.
331331

0 commit comments

Comments
 (0)