mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
fix doc example
This commit is contained in:
parent
42b36c5ce9
commit
239494db64
@ -557,7 +557,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) {
|
|||||||
* Example:
|
* Example:
|
||||||
*
|
*
|
||||||
* s = sdsnew("AA...AA.a.aa.aHelloWorld :::");
|
* s = sdsnew("AA...AA.a.aa.aHelloWorld :::");
|
||||||
* s = sdstrim(s,"A. :");
|
* s = sdstrim(s,"Aa. :");
|
||||||
* printf("%s\n", s);
|
* printf("%s\n", s);
|
||||||
*
|
*
|
||||||
* Output will be just "Hello World".
|
* Output will be just "Hello World".
|
||||||
|
Loading…
Reference in New Issue
Block a user