We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1cf6e commit de037e3Copy full SHA for de037e3
1 file changed
crates/rustmax/doc-src/crate-ahash.md
@@ -8,7 +8,7 @@ A fast and DOS-resistent hash function, for use in `HashMap`s.
8
---
9
10
The Rust standard [`HashMap`] (and [`HashSet`])
11
-use a pluggable hash function defined by the standard [`Hasher`] trait.
+uses a pluggable hash function defined by the standard [`Hasher`] trait.
12
The default hasher used by Rust's `HashMap` is [SipHash 1-3],
13
which provides strong resistance to
14
[denial-of-service (DOS) attacks against hash maps][dos].
0 commit comments