mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed spelling mistakes in comments
This commit is contained in:
parent
ef6eeb06b4
commit
a065fca701
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class Pry
|
|||
end
|
||||
end
|
||||
|
||||
# This class used to create sets of commands. Commands can be impoted from
|
||||
# This class is used to create sets of commands. Commands can be imported from
|
||||
# different sets, aliased, removed, etc.
|
||||
class CommandSet
|
||||
class Command < Struct.new(:name, :description, :options, :block)
|
||||
|
|
Loading…
Reference in a new issue