Skip to content

Commit

Permalink
Minor documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanHalacogluImproving committed Apr 1, 2024
1 parent 867a804 commit 0b8b42a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ CompletableFuture<Double> zaddIncr(
* @param count Specifies the quantity of members to pop.<br>
* If <code>count</code> is higher than the sorted set's cardinality, returns all members and
* their scores, ordered from lowest to highest.
* @return A map of the removed members and their scores, ordered from the one with the highest
* score to the one with the lowest.<br>
* @return A map of the removed members and their scores, ordered from the one with the lowest
* score to the one with the highest.<br>
* If <code>key</code> doesn't exist, it will be treated as an empty sorted set and the
* command returns an empty <code>Map</code>.
* @example
Expand Down

0 comments on commit 0b8b42a

Please sign in to comment.