Skip to content

Commit

Permalink
chore: add missing backticks (#4016)
Browse files Browse the repository at this point in the history
Signed-off-by: dashangcun <[email protected]>
  • Loading branch information
dashangcun authored Jan 9, 2025
1 parent 8e8d1de commit 0cad927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/types/src/traits/states.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<TYPES: NodeType>:
Serialize + DeserializeOwned + Debug + Default + PartialEq + Eq + Send + Sync + Clone
{
Expand Down

0 comments on commit 0cad927

Please sign in to comment.