Skip to content

Commit 3747da5

Browse files
acelyc111Copilot
andauthored
Update src/client_lib/pegasus_client_factory_impl.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 725bc3c commit 3747da5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/client_lib/pegasus_client_factory_impl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class pegasus_client_impl;
5252
*
5353
* Typical usage:
5454
* @code
55-
* auto *client = pegasus::client::pegasus_client_factory::create_client(
56-
* "cluster", "table", "config.ini");
55+
* pegasus::client::pegasus_client_factory::initialize("config.ini");
56+
* auto *client = pegasus::client::pegasus_client_factory::get_client("cluster", "table");
5757
* @endcode
5858
*/
5959
class pegasus_client_factory_impl

0 commit comments

Comments
 (0)