Skip to content

Commit 438dc78

Browse files
author
Carl Mäsak
committed
[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.
1 parent fae19c3 commit 438dc78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/List.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ and C<redo> statements.
242242
243243
=head2 splice
244244
245-
multi sub splice(@list, $start, $elems? *@replacement) returns List:D
246-
multi method splice(List:D: $start, $elems? *@replacement) returns List:D
245+
multi sub splice(@list, $start, $elems?, *@replacement) returns List:D
246+
multi method splice(List:D: $start, $elems?, *@replacement) returns List:D
247247
248248
Deletes C<$elems> elements starting from index C<$start> from the list,
249249
returns them and replaces them by C<@replacement>. If C<$elems> is omitted,

0 commit comments

Comments
 (0)