ICU-7215 fix typo in u_strncat() documentation
X-SVN-Rev: 27693
This commit is contained in:
parent
0a55346c64
commit
ac780b9f96
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user