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:
parent
80e772ac8d
commit
24437c7e21
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue