Fixed pop method description (#21254)

This commit is contained in:
Giuseppe Varriale
2018-11-08 10:54:19 -02:00
committed by nik
parent 9f53e77f25
commit cc84d010fd

View File

@ -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