Unverified Commit b1e35d32 authored by hdmg's avatar hdmg Committed by GitHub
Browse files

fix comments fault discription

parent 430a987f
...@@ -695,7 +695,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) { ...@@ -695,7 +695,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) {
* s = sdstrim(s,"Aa. :"); * s = sdstrim(s,"Aa. :");
* printf("%s\n", s); * printf("%s\n", s);
* *
* Output will be just "Hello World". * Output will be just "HelloWorld".
*/ */
sds sdstrim(sds s, const char *cset) { sds sdstrim(sds s, const char *cset) {
char *start, *end, *sp, *ep; char *start, *end, *sp, *ep;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment