@@ -985,11 +985,11 @@ /*! * @brief Writes a formatted string into the stream. * * 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 * @return The number of bytes written */ - (size_t)writeFormat: (OFConstantString*)format, ...; @@ -996,11 +996,11 @@ /*! * @brief Writes a formatted string into the stream. * * 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 * @param arguments The arguments used in the format string * @return The number of bytes written */