mirror of
https://github.com/redis/redis.git
synced 2026-03-23 03:03:20 -04:00
the example output shoule be HelloWorld
This commit is contained in:
parent
2763470dee
commit
88894c7aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue