Skip to content

Commit 3755119

Browse files
authored
Remove and replace erroneous context (#1240)
The mention of "birth year" is clearly incorrect. (Possibly relates to a previous, overwritten example?) The example shown is about "racers" and their "scores". There are no birth years in the data examples.
1 parent 7512730 commit 3755119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/data-types/sorted-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ As you can see [`ZADD`]({{< relref "/commands/zadd" >}}) is similar to [`SADD`](
5858
pairs, as shown in the example above.
5959

6060
With sorted sets it is trivial to return a list of racers sorted by their
61-
birth year because actually *they are already sorted*.
61+
score because actually *they are already sorted*.
6262

6363
Implementation note: Sorted sets are implemented via a
6464
dual-ported data structure containing both a skip list and a hash table, so

0 commit comments

Comments
 (0)