mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Fixed grammar: before H the article is a, not an.
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
* in order to get O(log(N)) INSERT and REMOVE operations into a sorted
|
||||
* data structure.
|
||||
*
|
||||
* The elements are added to an hash table mapping Redis objects to scores.
|
||||
* The elements are added to a hash table mapping Redis objects to scores.
|
||||
* At the same time the elements are added to a skip list mapping scores
|
||||
* to Redis objects (so objects are sorted by scores in this "view"). */
|
||||
|
||||
|
Reference in New Issue
Block a user