@@ -30,11 +30,11 @@ typedef id (^of_array_map_block_t)(id object, size_t index); typedef id (^of_array_fold_block_t)(id left, id right); #endif /** - * \brief A class for storing objects in an array. + * \brief An abstract class for storing objects in an array. */ @interface OFArray: OFObject /** * \brief Creates a new OFArray.