fxhash icon indicating copy to clipboard operation
fxhash copied to clipboard

Fix a few minor typos

Open brandur opened this issue 5 years ago • 0 comments

Fixes a few minor typos in the README (which were also showing up in the Rust and Crate docs):

  • purproses -> purposes
  • collissions -> collisions

Additionally: I was reading the docs without much context on this library on or hashing in Rust in general. The docs here mention the "FNV" algorithm as an alternative to FxHash, but as a layman reader it wasn't clear to me where FNV is used (in Rustc? as the HashMap default?). If you want to give me a one liner with some context on that, I'd be happy to flesh it out a bit and add it to the README.

brandur avatar Dec 28 '19 22:12 brandur