AlexanderSaydakov commented on code in PR #513: URL: https://github.com/apache/datasketches-java/pull/513#discussion_r1516749172
########## src/main/java/org/apache/datasketches/filters/bloomfilter/BloomFilter.java: ########## @@ -50,34 +49,24 @@ * increase. The size of a Bloom filter will be linear in the expected number of * distinct items.</p> * - * <p>See the BloomFilterBuilder class for methods to create a filter sized correctly - * for a target number of distinct elements and a target false positive probability.</p> + * <p>See the BloomFilterBuilder class for methods to create a filter, especiall Review Comment: typo -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
