@@ -150,16 +150,16 @@ */ - addChild: (OFXMLElement*)child; @end /** - * The OFXMLEscaping category provides an easy way to escape strings for use in - * an XML document. + * The OFString (OFXMLEscaping) category provides an easy way to escape strings + * for use in an XML document. */ @interface OFString (OFXMLEscaping) /** * Escapes a string for use in an XML document. * * \return A new autoreleased string */ - stringByXMLEscaping; @end