summaryrefslogtreecommitdiff
path: root/lib/mime/types/container.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mime/types/container.rb')
-rw-r--r--lib/mime/types/container.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mime/types/container.rb b/lib/mime/types/container.rb
index 176ae3e..abccc2e 100644
--- a/lib/mime/types/container.rb
+++ b/lib/mime/types/container.rb
@@ -3,9 +3,9 @@
require 'set'
# MIME::Types requires a container Hash with a default values for keys
-# resulting in an empty array (<tt>[]</tt>), but this cannot be dumped through
-# Marshal because of the presence of that default Proc. This class exists
-# solely to satisfy that need.
+# resulting in an empty Set, but this cannot be dumped through Marshal because
+# of the presence of that default Proc. This class exists solely to satisfy
+# that need.
class MIME::Types::Container < Hash # :nodoc:
def initialize
super