Fix typos
This commit is contained in:
parent
576fd97501
commit
e3eaa8599e
|
@ -20,7 +20,7 @@ import java.util.Objects;
|
|||
import java.util.function.IntPredicate;
|
||||
|
||||
/**
|
||||
* A Hasher that implements combinatorial hashing as as described by
|
||||
* A Hasher that implements combinatorial hashing as described by
|
||||
* <a href="https://www.eecs.harvard.edu/~michaelm/postscripts/tr-02-05.pdf">Krisch and Mitzenmacher</a> using the enhanced double hashing technique
|
||||
* described in the wikipedia article <a href="https://en.wikipedia.org/wiki/Double_hashing#Enhanced_double_hashing">Double Hashing</a>.
|
||||
* <p>
|
||||
|
|
|
@ -41,7 +41,7 @@ import org.apache.commons.collections4.Predicate;
|
|||
* };
|
||||
* </pre>
|
||||
*
|
||||
* <p>Using the declared variables, the {@code ComparatorPredicate} can be used used in the
|
||||
* <p>Using the declared variables, the {@code ComparatorPredicate} can be used in the
|
||||
* following way:</p>
|
||||
*
|
||||
* <pre>
|
||||
|
|
|
@ -20,7 +20,7 @@ import java.util.Objects;
|
|||
import java.util.function.IntPredicate;
|
||||
|
||||
/**
|
||||
* A Hasher that implements simple combinatorial hashing as as described by
|
||||
* A Hasher that implements simple combinatorial hashing as described by
|
||||
* <a href="https://www.eecs.harvard.edu/~michaelm/postscripts/tr-02-05.pdf">Krisch and Mitzenmacher</a>.
|
||||
*
|
||||
* <p>To be used for testing only.</p>
|
||||
|
|
Loading…
Reference in New Issue