1
0
Fork 0
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:
John Mair 2011-05-30 16:46:44 +12:00
parent ef6eeb06b4
commit a065fca701

View file

@ -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)