@@ -289,21 +289,21 @@ */ - (void)dealloc; @end /** - * \brief A protocol for creation of copies. + * \brief A protocol for the creation of copies. */ @protocol OFCopying /** * \return A copy of the object */ - (id)copy; @end /** - * \brief A protocol for creation of mutable copies. + * \brief A protocol for the creation of mutable copies. * * This protocol is implemented by objects that can be mutable and immutable * and allows returning a mutable copy. */ @protocol OFMutableCopying