Fix typos in comments

This commit is contained in:
Gary Gregory 2024-08-21 09:13:21 -04:00
parent 1ebd229a5e
commit 1e7d65036e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ import java.util.function.IntPredicate;
public class EnhancedDoubleHasher implements Hasher {
/**
* Convert bytes to big-endian long filling with zero bytes as necessary..
* Convert bytes to big-endian long filling with zero bytes as necessary.
* @param byteArray the byte array to extract the values from.
* @param offset the offset to start extraction from.
* @param len the length of the extraction, may be longer than 8.