just fix a number

Find a number wrong when reading SAHA paper and related code.
This commit is contained in:
jiahui-97 2022-05-10 20:33:25 +08:00
parent d76ac4d34d
commit 4c1244d06d

View File

@ -14,7 +14,7 @@
* make a persistent copy of the key in each of the following cases:
* 1) the aggregation method doesn't use temporary keys, so they're persistent
* from the start;
* 1) the key is already present in the hash table;
* 2) the key is already present in the hash table;
* 3) that particular key is stored by value, e.g. a short StringRef key in
* StringHashMap.
*