Fixed typo in comment

This commit is contained in:
Andrey Ognevsky 2013-03-08 19:02:06 +01:00
parent 2828e77c06
commit 282e096f5e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class Pry
# A history array is an array to which you can only add elements. Older
# entries are removed progressively, so that the aray never contains more than
# entries are removed progressively, so that the array never contains more than
# N elements.
#
# History arrays are used by Pry to store the output of the last commands.