Skip to content

Commit de037e3

Browse files
committed
fix
1 parent 2b1cf6e commit de037e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rustmax/doc-src/crate-ahash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A fast and DOS-resistent hash function, for use in `HashMap`s.
88
---
99

1010
The Rust standard [`HashMap`] (and [`HashSet`])
11-
use a pluggable hash function defined by the standard [`Hasher`] trait.
11+
uses a pluggable hash function defined by the standard [`Hasher`] trait.
1212
The default hasher used by Rust's `HashMap` is [SipHash 1-3],
1313
which provides strong resistance to
1414
[denial-of-service (DOS) attacks against hash maps][dos].

0 commit comments

Comments
 (0)