diff --git a/src/seeded_state.rs b/src/seeded_state.rs index 2c8215f..96b2a43 100644 --- a/src/seeded_state.rs +++ b/src/seeded_state.rs @@ -8,7 +8,7 @@ pub type FxHashMapSeed = std::collections::HashMap; #[cfg(feature = "std")] pub type FxHashSetSeed = std::collections::HashSet; -/// [`FxSetState`] is an alternative state for `HashMap` types, allowing to use [`FxHasher`] with a set seed. +/// [`FxSeededState`] is an alternative state for `HashMap` types, allowing to use [`FxHasher`] with a set seed. /// /// ``` /// # use std::collections::HashMap;