@@ -10,11 +10,11 @@ */ #import "OFDictionary.h" /** - * The OFMutableDictionary class provides a class for using mutable hash tables. + * The OFMutableDictionary class is a class for using mutable hash tables. */ @interface OFMutableDictionary: OFDictionary {} /** * Sets a key to an object. A key can be any object. *