You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/01/26 10:34:03 UTC

[GitHub] [commons-collections] Claudenw opened a new pull request #128: Bloom filter documentation

Claudenw opened a new pull request #128: Bloom filter documentation
URL: https://github.com/apache/commons-collections/pull/128
 
 
   fix for COLLECTIONS-745

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-collections] garydgregory commented on issue #128: Bloom filter documentation

Posted by GitBox <gi...@apache.org>.
garydgregory commented on issue #128: Bloom filter documentation
URL: https://github.com/apache/commons-collections/pull/128#issuecomment-578504073
 
 
   @Claudenw 
   Thank you for the docs! :-)
   
   It seems like a lot of text coded as style contains an extra space, for example:
   
   ![image](https://user-images.githubusercontent.com/1187639/73136159-9ddb2900-4018-11ea-8b9b-fc212e246297.png)
   
   WRT titles: 
   * "How is it defined" -> "Defining a Bloom filter"
   * "How is it constructed" -> "Constructing a Bloom filter"
   * "What is a Bloom filter" -> "Understaning Bloom filters"
   * "Build your own BloomFilter" -> "Building your own BloomFilter"
   * "Introduction to the Bloom filter" -> "Introducing Bloom filters"
   (This is based on the style guide of the books I've authored.)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-collections] garydgregory merged pull request #128: Bloom filter documentation

Posted by GitBox <gi...@apache.org>.
garydgregory merged pull request #128: Bloom filter documentation
URL: https://github.com/apache/commons-collections/pull/128
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services