1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Fixed typo in comment

This commit is contained in:
Andrey Ognevsky 2013-03-08 19:02:06 +01:00
parent 2828e77c06
commit 282e096f5e

View file

@ -1,6 +1,6 @@
class Pry class Pry
# A history array is an array to which you can only add elements. Older # 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. # N elements.
# #
# History arrays are used by Pry to store the output of the last commands. # History arrays are used by Pry to store the output of the last commands.