@@ -39,11 +39,11 @@ OF_NUMBER_FLOAT, OF_NUMBER_DOUBLE, }; /** - * \brief provides a way to store a number in an object and to manipulate it. + * \brief Provides a way to store a number in an object. */ @interface OFNumber: OFObject { union { char char_;