@@ -263,11 +263,11 @@ /*! * @brief Creates a new OFString from a format string. * * See printf for the format syntax. As an addition, %@ is available as format - * specifier for objects and %C for of_unichar_t. + * specifier for objects and %k for of_unichar_t. * * @param format A string used as format to initialize the OFString * @return A new autoreleased OFString */ + (instancetype)stringWithFormat: (OFConstantString*)format, ...; @@ -492,11 +492,11 @@ /*! * @brief Initializes an already allocated OFString with a format string. * * See printf for the format syntax. As an addition, %@ is available as format - * specifier for objects and %C for of_unichar_t. + * specifier for objects and %k for of_unichar_t. * * @param format A string used as format to initialize the OFString * @return An initialized OFString */ - initWithFormat: (OFConstantString*)format, ...; @@ -503,11 +503,11 @@ /*! * @brief Initializes an already allocated OFString with a format string. * * See printf for the format syntax. As an addition, %@ is available as format - * specifier for objects and %C for of_unichar_t. + * specifier for objects and %k for of_unichar_t. * * @param format A string used as format to initialize the OFString * @param arguments The arguments used in the format string * @return An initialized OFString */