diff --git a/lib/pry/command_set.rb b/lib/pry/command_set.rb index d52dd829..fb3a3851 100644 --- a/lib/pry/command_set.rb +++ b/lib/pry/command_set.rb @@ -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)