Skip to content

Commit

Permalink
kodecocodes#986-corrected the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Namratha2604 committed Sep 26, 2024
1 parent e592ed6 commit 6af57a8
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 6af57a8

Please sign in to comment.