diff --git a/guide/english/ruby/common-array-methods/index.md b/guide/english/ruby/common-array-methods/index.md index c94bdde87f..057d3ce379 100644 --- a/guide/english/ruby/common-array-methods/index.md +++ b/guide/english/ruby/common-array-methods/index.md @@ -73,7 +73,7 @@ array[5] ``` #### .pop -The .pop method will permantently remove the last element of an array: +The .pop method will permantently remove the last element of an array and return this element: ``` ruby array.pop