diff --git a/source/reference/operator/pop.txt b/source/reference/operator/pop.txt index 5955e103197..c01d4bf9e3f 100644 --- a/source/reference/operator/pop.txt +++ b/source/reference/operator/pop.txt @@ -7,7 +7,7 @@ $pop .. operator:: $pop The :operator:`$pop` operator removes the first or last element of an - array. Pass :operator:`$pop` a value of ``1``` to remove the last element + array. Pass :operator:`$pop` a value of ``1`` to remove the last element in an array and a value of ``-1`` to remove the first element of an array. Consider the following syntax: