Skip to content

Commit b32a714

Browse files
authoredApr 10, 2024··
Merge pull request #140 from hussainnaqvee/patch-1
Fixed memcached invoke function.
2 parents 374774d + f5a60f7 commit b32a714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/source/libmemcached/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Connecting to servers
1818
"--SERVER=host10.example.com "
1919
"--SERVER=host11.example.com "
2020
"--SERVER=host10.example.com";
21-
memcached_st *memc= memcached(config_string, strlen(config_string);
21+
memcached_st *memc= memcached(config_string, strlen(config_string));
2222
{
2323
// ...
2424
}

0 commit comments

Comments
 (0)
Please sign in to comment.