awesomized / libmemcached

Resurrection of libmemcached
https://awesomized.github.io/libmemcached/
BSD 3-Clause "New" or "Revised" License
45 stars 26 forks source link

Missing `)` in C/C++ documentation in examples section #141

Closed hussainnaqvee closed 5 months ago

hussainnaqvee commented 10 months ago

Please refer to this commit where you can see when memcached struct is initialized, a closing bracket is missing in the examples section.

docs/source/libmemcached/examples.rst
21 memcached_st *memc= memcached(config_string, strlen(config_string);