@@ -281,11 +281,11 @@ - (const void *)itemAtIndex: (size_t)index OF_RETURNS_INNER_POINTER; /*! * @brief Returns the data in the specified range as a new OFData. * - * @param range The range of the data for the new data + * @param range The range of the data for the new OFData * @return The data in the specified range as a new OFData */ - (OFData *)subdataWithRange: (of_range_t)range; /*!