Skip to content

Commit

Permalink
Fix typo in GxBuildHasher documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ogxd committed Nov 17, 2023
1 parent 8bccbe4 commit b2b9d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hasher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl Hasher for GxHasher {
}
}

/// A builder for default FNV hashers.
/// A builder for default GxHash hashers.
pub type GxBuildHasher = BuildHasherDefault<GxHasher>;

/// A `HashMap` using a default GxHash hasher.
Expand Down

0 comments on commit b2b9d24

Please sign in to comment.