From 4c59ed6a427877def715522834e5da23d9983f47 Mon Sep 17 00:00:00 2001 From: Prateek Kumar Date: Wed, 15 Jan 2025 10:28:24 -0800 Subject: [PATCH] Go: ZCount - fix documentation formatting Signed-off-by: Prateek Kumar --- go/api/base_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/api/base_client.go b/go/api/base_client.go index 92764ee141..15442ed562 100644 --- a/go/api/base_client.go +++ b/go/api/base_client.go @@ -1580,7 +1580,7 @@ func (client *baseClient) Persist(key string) (bool, error) { // key - The key of the set. // rangeOptions - Contains `min` and `max` score. `min` contains the minimum score to count from. // `max` contains the maximum score to count up to. Can be positive/negative infinity, or -// specific score and inclusivity. +// specific score and inclusivity. // // Return value: //