Skip to content

Commit

Permalink
Fix doc-comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-gadelshin committed May 15, 2024
1 parent bc5290c commit 7e769f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/primitives/blockchain/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ pub trait Backend<Block: BlockT>:
}
}

/// Result of [`HeaderBackend::displaced_leaves_after_finalizing`].
/// Result of [`Backend::displaced_leaves_after_finalizing`].
#[derive(Clone, Debug)]
pub struct DisplacedLeavesAfterFinalization<Block: BlockT> {
/// A collection of hashes and block numbers for displaced leaves.
Expand Down

0 comments on commit 7e769f6

Please sign in to comment.