diff --git a/crates/types/src/traits/states.rs b/crates/types/src/traits/states.rs index 00a5a6aab1..00f0e54042 100644 --- a/crates/types/src/traits/states.rs +++ b/crates/types/src/traits/states.rs @@ -43,7 +43,7 @@ pub trait StateDelta: /// * The ability to validate that a block header is actually a valid extension of this state and /// produce a new state, with the modifications from the block applied /// -/// ([`validate_and_apply_header`](`ValidatedState::validate_and_apply_header)) +/// ([`validate_and_apply_header`](`ValidatedState::validate_and_apply_header`)) pub trait ValidatedState: Serialize + DeserializeOwned + Debug + Default + PartialEq + Eq + Send + Sync + Clone {