Fix comment typo
This commit is contained in:
parent
3ccdb6ab36
commit
6ce35a9691
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* It's a dict-like data structure that works best when accesses are not
|
* It's a dict-like data structure that works best when accesses are not
|
||||||
* random, but follow a strong pattern. The one implemented here is for
|
* random, but follow a strong pattern. The one implemented here is for
|
||||||
* accesses patterns where the same small set of keys is looked up over
|
* access patterns where the same small set of keys is looked up over
|
||||||
* and over again, and this set of keys evolves slowly over time.
|
* and over again, and this set of keys evolves slowly over time.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue