Skip to content

Commit

Permalink
Merge pull request #140 from hussainnaqvee/patch-1
Browse files Browse the repository at this point in the history
Fixed memcached invoke function.
  • Loading branch information
m6w6 authored Apr 10, 2024
2 parents 374774d + f5a60f7 commit b32a714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/libmemcached/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Connecting to servers
"--SERVER=host10.example.com "
"--SERVER=host11.example.com "
"--SERVER=host10.example.com";
memcached_st *memc= memcached(config_string, strlen(config_string);
memcached_st *memc= memcached(config_string, strlen(config_string));
{
// ...
}
Expand Down

0 comments on commit b32a714

Please sign in to comment.