the example output shoule be HelloWorld

This commit is contained in:
binyan 2015-12-02 22:14:42 +08:00
parent 2763470dee
commit 88894c7aa6
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,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;