@@ -16,11 +16,11 @@ #import "OFData.h" OF_ASSUME_NONNULL_BEGIN @class OFString; -@class OFURL; +@class OFURI; /** * @class OFMutableData OFMutableData.h ObjFW/OFMutableData.h * * @brief A class for storing and manipulating arbitrary data in an array. @@ -202,11 +202,11 @@ * @brief Removes all items. */ - (void)removeAllItems; /** - * @brief Converts the mutable URL to an immutable URL. + * @brief Converts the mutable data to an immutable data. */ - (void)makeImmutable; @end OF_ASSUME_NONNULL_END