We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2b7367 + 6af57a8 commit 05c6d0bCopy full SHA for 05c6d0b
Bloom Filter/BloomFilter.playground/Contents.swift
@@ -79,4 +79,4 @@ bloom.insert("Bloom Filterz")
79
print(bloom.array)
80
81
bloom.query("Bloom Filterz") // true
82
-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 commit comments