From 0b8b42aeab98cc5bc87664d517fbfcd489f4783f Mon Sep 17 00:00:00 2001 From: SanHalacogluImproving Date: Mon, 1 Apr 2024 09:33:35 -0700 Subject: [PATCH] Minor documentation update. --- .../main/java/glide/api/commands/SortedSetBaseCommands.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/client/src/main/java/glide/api/commands/SortedSetBaseCommands.java b/java/client/src/main/java/glide/api/commands/SortedSetBaseCommands.java index 109a62e1db..e393f87153 100644 --- a/java/client/src/main/java/glide/api/commands/SortedSetBaseCommands.java +++ b/java/client/src/main/java/glide/api/commands/SortedSetBaseCommands.java @@ -193,8 +193,8 @@ CompletableFuture zaddIncr( * @param count Specifies the quantity of members to pop.
* If count 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.
+ * @return A map of the removed members and their scores, ordered from the one with the lowest + * score to the one with the highest.
* If key doesn't exist, it will be treated as an empty sorted set and the * command returns an empty Map. * @example