From 6f821b2ac4729718aa9803a7d9600eceaba000ad Mon Sep 17 00:00:00 2001 From: QinZuoyan Date: Thu, 21 Feb 2019 14:05:08 +0800 Subject: [PATCH] client: fix interface comment (#283) --- src/include/pegasus/client.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/pegasus/client.h b/src/include/pegasus/client.h index 7f03ebc..1fa3930 100644 --- a/src/include/pegasus/client.h +++ b/src/include/pegasus/client.h @@ -798,8 +798,7 @@ public: /// \param hashkey /// used to decide which partition to get this k-v /// \param sortkeys - /// all the k-v under hashkey will be sorted by sortkey. - /// if empty, means delete all sortkeys under the hashkey. + /// all the k-v under hashkey will be sorted by sortkey. should not be empty. /// \param callback /// the callback function will be invoked after operation finished or error occurred. /// \param timeout_milliseconds -- GitLab