Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[List.pod] inserted missing commas
For some reason, if 'comma' were pluralized 'commae', I wouldn't
be too surprised. It isn't, of course. But still.
  • Loading branch information
Carl Mäsak committed Aug 13, 2012
1 parent fae19c3 commit 438dc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/List.pod
Expand Up @@ -242,8 +242,8 @@ and C<redo> statements.
=head2 splice
multi sub splice(@list, $start, $elems? *@replacement) returns List:D
multi method splice(List:D: $start, $elems? *@replacement) returns List:D
multi sub splice(@list, $start, $elems?, *@replacement) returns List:D
multi method splice(List:D: $start, $elems?, *@replacement) returns List:D
Deletes C<$elems> elements starting from index C<$start> from the list,
returns them and replaces them by C<@replacement>. If C<$elems> is omitted,
Expand Down

0 comments on commit 438dc78

Please sign in to comment.