Skip to content

Commit eb74d80

Browse files
authored
Update a typo in index.md (redis#2032)
Fixes a grammatical typo in index.md
1 parent 966aeab commit eb74d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/data-types/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Check the [full list of Hash commands](/commands#hash) for more information, or
107107

108108
Redis Sorted Sets are, similarly to Redis Sets, non repeating collections of
109109
Strings. The difference is that every member of a Sorted Set is associated
110-
with a score, that is used keep the Sorted Set in order, from the
110+
with a score, that is used to keep the Sorted Set in order, from the
111111
smallest to the greatest score. While members are unique, scores may be
112112
repeated.
113113

0 commit comments

Comments
 (0)