Skip to content

Commit 3ff1817

Browse files
committed
fixing typo
1 parent 914c73a commit 3ff1817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public:
8888
}
8989

9090
bool AddAll(const uint64_t* data, const size_t start, const size_t end) {
91-
return xor8_buffered_populate(data + start, end - start, &filter);
91+
return binary_fuse8_populate(data + start, end - start, &filter);
9292
}
9393
inline bool Contain(uint64_t &item) const {
9494
return binary_fuse8_contain(item, &filter);

0 commit comments

Comments
 (0)