Fix a small documentation bug.

This commit is contained in:
Jonathan Schleifer 2013-02-14 03:11:03 +01:00
parent 37562d4129
commit 856ac1bd1a

View file

@ -62,7 +62,7 @@
/**
* \brief Initializes an already allocated XMPPJID with a string.
*
* \param str The string to parse into a JID object
* \param string The string to parse into a JID object
* \return A initialized XMPPJID
*/
- initWithString: (OFString*)string;