Skip to content

Commit

Permalink
fix: spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertWeichselbraun committed Jan 10, 2017
1 parent 61e1f04 commit 8da8d1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Original C nilsimsa-0.2.4 implementation by cmeclax:
- added support for hashing byte arrays and static constructors
- cache hash digest
- implemented `equals` and `hashCode`
- `compare` now uses the quicker Integer.bitcount method
- added `bitwiseDifference` which yield the number of bits that differ between hashes
- `compare` now uses the much faster Integer.bitcount method
- added `bitwiseDifference` which yields the number of bits that differ between hashes
- improved test coverage
- code cleanup
- code cleanup

0 comments on commit 8da8d1d

Please sign in to comment.