From 4a6725af9146bd7faaa10aa5429ff009d393fd6d Mon Sep 17 00:00:00 2001 From: Nathan Torkington Date: Thu, 3 Apr 1997 08:34:15 +1200 Subject: Pod style --- pod/perldata.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perldata.pod') diff --git a/pod/perldata.pod b/pod/perldata.pod index 2a43319b51..0dbb92afa5 100644 --- a/pod/perldata.pod +++ b/pod/perldata.pod @@ -190,7 +190,7 @@ intervening values. Lengthening an array that was previously shortened I recovers the values that were in those elements. (It used to in Perl 4, but we had to break this to make sure destructors were called when expected.) You can also gain some measure of efficiency by -preextending an array that is going to get big. (You can also extend +pre-extending an array that is going to get big. (You can also extend an array by assigning to an element that is off the end of the array.) You can truncate an array down to nothing by assigning the null list () to it. The following are equivalent: -- cgit v1.2.1