Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 05c6d0b

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /