@@ -222,21 +222,21 @@ /*! * @brief Creates a new dictionary, mapping each object using the specified * block. * * @param block A block which maps an object for each object - * @return A new, autorelease OFDictionary + * @return A new autoreleased OFDictionary */ - (OFDictionary*)mappedDictionaryUsingBlock: (of_dictionary_map_block_t)block; /*! * @brief Creates a new dictionary, only containing the objects for which the * block returns YES. * * @param block A block which determines if the object should be in the new * dictionary - * @return A new, autoreleased OFDictionary + * @return A new autoreleased OFDictionary */ - (OFDictionary*)filteredDictionaryUsingBlock: (of_dictionary_filter_block_t)block; #endif @end