summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlfunc.pod4
1 files changed, 1 insertions, 3 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 9cf780a703..c3df291fc2 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4056,9 +4056,7 @@ X<pop> X<stack>
=item pop
Pops and returns the last value of the array, shortening the array by
-one element. Has an effect similar to
-
- $ARRAY[$#ARRAY--]
+one element.
If there are no elements in the array, returns the undefined value
(although this may happen at other times as well). If ARRAY is