We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 374774d + f5a60f7 commit b32a714Copy full SHA for b32a714
docs/source/libmemcached/examples.rst
@@ -18,7 +18,7 @@ Connecting to servers
18
"--SERVER=host10.example.com "
19
"--SERVER=host11.example.com "
20
"--SERVER=host10.example.com";
21
- memcached_st *memc= memcached(config_string, strlen(config_string);
+ memcached_st *memc= memcached(config_string, strlen(config_string));
22
{
23
// ...
24
}
0 commit comments