From 6b1a4ed04724b6058f53683185d8ec4f7fcda095 Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Tue, 21 Jan 2025 10:33:49 -0800 Subject: [PATCH] doc Signed-off-by: Yury-Fridlyand --- go/api/base_client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/api/base_client.go b/go/api/base_client.go index 249fa4fcc5..9aaacc385d 100644 --- a/go/api/base_client.go +++ b/go/api/base_client.go @@ -2935,8 +2935,8 @@ func (client *baseClient) ZRemRangeByScore(key string, rangeQuery options.RangeB // // Return value: // -// A string representing a random member from the sorted set. -// If the sorted set does not exist or is empty, the response will be `nil`. +// A string representing a random member from the sorted set. +// If the sorted set does not exist or is empty, the response will be `nil`. // // Example: //