Merge pull request #5665 from louiszhw/unstable

fix comments fault discription
This commit is contained in:
Salvatore Sanfilippo 2018-12-11 13:03:09 +01:00 committed by GitHub
commit 5106a32402

View File

@ -695,7 +695,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) {
* s = sdstrim(s,"Aa. :");
* printf("%s\n", s);
*
* Output will be just "Hello World".
* Output will be just "HelloWorld".
*/
sds sdstrim(sds s, const char *cset) {
char *start, *end, *sp, *ep;