update docs

This commit is contained in:
xianjimli 2020-09-16 08:51:06 +08:00
parent 99560286f0
commit 8fa305583f

View File

@ -202,7 +202,9 @@ char* tk_strcpy(char* dst, const char* src);
/**
* @method tk_strncpy
*
* src所指向的字符串复制到dstlen个字符串
* src所指向的字符串复制到dstlen个字符串[len]'\0'
*
*> dst的长度>=(len+1)
*
* @param {char*} dst
* @param {const char*} src