@@ -19,11 +19,11 @@ #ifdef OF_HAVE_BLOCKS typedef id (^of_dictionary_replace_block_t)(id key, id object, BOOL *stop); #endif /** - * \brief An abstract class for using mutable dictionaries. + * \brief An abstract class for storing and changing objects in a dictionary. */ @interface OFMutableDictionary: OFDictionary /** * \brief Sets an object for a key. *