Clarified docstring for String::insertChar

svn-id: r40382
This commit is contained in:
Max Horn 2009-05-08 12:37:28 +00:00
parent c38c0980cd
commit c91a6c97ae

View File

@ -194,7 +194,7 @@ public:
/** Set character c at position p, replacing the previous character there. */
void setChar(char c, uint32 p);
/** Set character c at position p. */
/** Insert character c before position p. */
void insertChar(char c, uint32 p);
/** Clears the string, making it empty. */