Skip to content

Commit 05c6d0b

Browse files
authored
Merge pull request #1023 from Namratha2604/master
#986-corrected the comment
2 parents f2b7367 + 6af57a8 commit 05c6d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bloom Filter/BloomFilter.playground/Contents.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ bloom.insert("Bloom Filterz")
7979
print(bloom.array)
8080

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

0 commit comments

Comments
 (0)