Skip to content

Commit

Permalink
Merge pull request #1023 from Namratha2604/master
Browse files Browse the repository at this point in the history
#986-corrected the comment
  • Loading branch information
kelvinlauKL authored Dec 6, 2024
2 parents f2b7367 + 6af57a8 commit 05c6d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloom Filter/BloomFilter.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ bloom.insert("Bloom Filterz")
print(bloom.array)

bloom.query("Bloom Filterz") // true
bloom.query("Hello WORLD") // true
bloom.query("Hello WORLD") // false or true: It may return true due to a false positive, but it's not guaranteed.

0 comments on commit 05c6d0b

Please sign in to comment.