mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 11:01:01 +00:00
Fix minor typos in im-online documentation (#5997)
* Fix minor typos on im-online documentation * Update frame/im-online/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -264,7 +264,7 @@ decl_event!(
|
|||||||
HeartbeatReceived(AuthorityId),
|
HeartbeatReceived(AuthorityId),
|
||||||
/// At the end of the session, no offence was committed.
|
/// At the end of the session, no offence was committed.
|
||||||
AllGood,
|
AllGood,
|
||||||
/// At the end of the session, at least once validator was found to be offline.
|
/// At the end of the session, at least one validator was found to be offline.
|
||||||
SomeOffline(Vec<IdentificationTuple>),
|
SomeOffline(Vec<IdentificationTuple>),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user