Skip to content

Commit 20499fe

Browse files
authored
Remove irrelevant prose
1 parent 5bc72dc commit 20499fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/Language/containers.pod6

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ C<@a> actually stores three scalar containers. C<@a[0]> returns one of
178178
them, and the assignment operator replaces the integer value stored in that
179179
container with the new one, C<42>.
180180
181-
An L<Array> also has methods that can change the number of elements, notably
182-
C<push>, C<pop>, C<shift>, C<unshift> and C<splice>.
183-
184181
=head1 Assigning and binding to array variables
185182
186183
Assigning to a scalar variable and to an array variable both do basically

0 commit comments

Comments
 (0)