Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slumber committed Apr 19, 2023
1 parent 4639b0d commit 0e4b14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/parachain-system/src/unincluded_segment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ impl<H> Ancestor<H> {
&self.used_bandwidth
}

/// Returns [output head data](`relay_chain::HeadData`) of this block.
/// Returns hashed [output head data](`relay_chain::HeadData`) of this block.
pub fn para_head_hash(&self) -> Option<&H> {
self.para_head_hash.as_ref()
}
Expand Down

0 comments on commit 0e4b14a

Please sign in to comment.