File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ The descriptions for each filter were lifted directly from the BoomFilters' READ
1414* [ HyperLogLog] ( https://github.com/mattlorimor/ProbabilisticDataStructures#hyperloglog )
1515* [ Inverse Bloom filter] ( https://github.com/mattlorimor/ProbabilisticDataStructures#inverse-bloom-filter )
1616* [ MinHash] ( https://github.com/mattlorimor/ProbabilisticDataStructures#minhash )
17- * [ PartitionedBloomFilter] ( https://github.com/mattlorimor/ProbabilisticDataStructures#partitioned-bloom-filter )
17+ * PartitionedBloomFilter
1818* [ Scalable Bloom filter] ( https://github.com/mattlorimor/ProbabilisticDataStructures#scalable-bloom-filter )
1919* [ Stable Bloom filter] ( https://github.com/mattlorimor/ProbabilisticDataStructures#stable-bloom-filter )
20- * [ TopK] ( https://github.com/mattlorimor/ProbabilisticDataStructures#topk )
20+ * [ TopK] ( https://github.com/mattlorimor/ProbabilisticDataStructures#top-k )
2121
2222## Installation
2323
You can’t perform that action at this time.
0 commit comments