brandondahler / Data.HashFunction

C# library to create a common interface to non-cryptographic hash functions.
MIT License
255 stars 42 forks source link

Update doc comments in HashValue.cs #44

Open jadarnel27 opened 5 years ago

jadarnel27 commented 5 years ago

The documentation comments for Hash and BitLength in HashValue.cs were reversed. This corrects that (very minor) issue.