Skip to content

Commit

Permalink
Javadoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 18, 2024
1 parent 5479a7d commit c11ade2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ default BloomFilter flatten() {
* Applies the {@code func} to each Bloom filter pair in order. Will apply all
* of the Bloom filters from the other BloomFilterExtractor to this extractor. If
* either {@code this} extractor or {@code other} extractor has fewer BloomFilters
* ths method will provide {@code null} for all excess calls to the {@code func}.
* the method will provide {@code null} for all excess calls to the {@code func}.
*
* <p><em>This implementation returns references to the Bloom filter. Other implementations
* should specify if the array contains deep copies, immutable instances,
Expand Down

0 comments on commit c11ade2

Please sign in to comment.