Skip to content

Commit 7e5e585

Browse files
Merge pull request #1075 from Danipulok/patch-2
Update `sorted-sets.md`
2 parents e535d7f + 7fcc1f0 commit 7e5e585

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, even if this is not used in the 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)