fix spelling (#1119)

This commit is contained in:
Svyatoslav Nikolsky
2021-09-07 12:52:18 +03:00
committed by Bastian Köcher
parent 6e3b083ab3
commit 8bb12bc888
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -218,8 +218,8 @@ impl<Submitter> ImportContext<Submitter> {
&self.validators_set
}
/// Returns reference to the latest block which has signalled change of validators set.
/// This may point to parent if parent has signalled change.
/// Returns reference to the latest block which has signaled change of validators set.
/// This may point to parent if parent has signaled change.
pub fn last_signal_block(&self) -> Option<HeaderId> {
match self.parent_scheduled_change {
Some(_) => Some(HeaderId {