Skip to content

Commit c1140e7

Browse files
committed
Fix problems found by zengargoyle++
1 parent 7a6dc7d commit c1140e7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/Type/List.pod

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ Examples:
265265
The optional named parameters C<:k>, C<:kv>, C<:p>, C<:v> provide the same
266266
functionality as on slices:
267267
268-
=over 4
269-
270268
=item k
271269
272270
Only return the index values of the matching elements in order.
@@ -321,8 +319,6 @@ Examples:
321319
The optional named parameters C<:k>, C<:kv>, C<:p> provide the same
322320
functionality as on slices:
323321
324-
=over 4
325-
326322
=item k
327323
328324
Return the index value of the matching element. Index is always counted from
@@ -661,8 +657,8 @@ as they're seen for the second time (or more).
661657
662658
Examples:
663659
664-
say <a a b b b c c>.repeated # a b b b c
665-
say <a b b c c b a>.repeated # a b c b a
660+
say <a a b b b c c>.repeated # a b b c
661+
say <a b b c c b a>.repeated # b c b a
666662
say <a A B b c b C>.repeated(:as(&lc)) # A b b C
667663
668664
my @list = {a => 42}, {b => 13}, {a => 42};

0 commit comments

Comments
 (0)