We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e592ed6 commit 6af57a8Copy full SHA for 6af57a8
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