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

Command: fix typo in comments

This commit is contained in:
Kyrylo Silin 2013-01-17 02:37:55 +02:00
parent 80e772ac8d
commit 24437c7e21

View file

@ -570,8 +570,8 @@ class Pry
slop.help
end
# Return an instance of Slop::Commands that can parse either subcommands
# or the options that this command accepts.
# Return an instance of Slop that can parse either subcommands or the
# options that this command accepts.
def slop
Slop.parse do |opt|
opt.banner(unindent(self.class.banner))