@@ -20,11 +20,11 @@ /** * @protocol OFCollection OFCollection.h ObjFW/OFCollection.h * * @brief A protocol with methods common for all collections. */ -@protocol OFCollection +@protocol OFCollection /** * @brief The number of objects in the collection */ @property (readonly, nonatomic) size_t count;