ICU-7215 fix typo in u_strncat() documentation

X-SVN-Rev: 27693
This commit is contained in:
Markus Scherer 2010-02-26 00:45:30 +00:00
parent 0a55346c64
commit ac780b9f96

View File

@ -147,7 +147,7 @@ u_strcat(UChar *dst,
*
* @param dst The destination string.
* @param src The source string.
* @param n The maximum number of characters to compare.
* @param n The maximum number of characters to append.
* @return A pointer to <code>dst</code>.
* @stable ICU 2.0
*/