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:
parent
2828e77c06
commit
282e096f5e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue