Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 21, 2024
1 parent 1ebd229 commit 1e7d650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
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.
Expand Down

0 comments on commit 1e7d650

Please sign in to comment.