mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-7215 fix typo in u_strncat() documentation
X-SVN-Rev: 27693
This commit is contained in:
parent
0a55346c64
commit
ac780b9f96
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue