Skip to content

Commit

Permalink
Go: ZCount - fix documentation formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateek-kumar-improving committed Jan 15, 2025
1 parent ed820df commit 4c59ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/api/base_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
//
Expand Down

0 comments on commit 4c59ed6

Please sign in to comment.