Skip to content

Commit 578a29d

Browse files
Fix sorted set leaderboard typo (#2656)
1 parent 6895f84 commit 578a29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-types/sorted-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ the #4932 best score here").
203203

204204
## Examples
205205

206-
* There are two ways we can use a sorted set to represent a leaderbaord. If we know a racer's new score, we can update it directly via the `ZADD` command. However, if we want to add points to an existing score, we can use the `ZINCRBY` command.
206+
* There are two ways we can use a sorted set to represent a leaderboard. If we know a racer's new score, we can update it directly via the `ZADD` command. However, if we want to add points to an existing score, we can use the `ZINCRBY` command.
207207
{{< clients-example ss_tutorial leaderboard >}}
208208
> ZADD racer_scores 100 "Wood"
209209
(integer) 1

0 commit comments

Comments
 (0)