Skip to content

Commit 7fcc1f0

Browse files
Update sorted-sets.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent c38e82b commit 7fcc1f0

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
@@ -55,7 +55,7 @@ Let's start with a simple example, we'll add all our racers and the score they g
5555
As you can see [`ZADD`]({{< relref "/commands/zadd" >}}) is similar to [`SADD`]({{< relref "/commands/sadd" >}}), but takes one additional argument
5656
(placed before the element to be added) which is the score.
5757
[`ZADD`]({{< relref "/commands/zadd" >}}) is also variadic, so you are free to specify multiple score-value
58-
pairs, as in example above.
58+
pairs, as shown in the example above.
5959

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

0 commit comments

Comments
 (0)