mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +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),
|
||||
/// At the end of the session, no offence was committed.
|
||||
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>),
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user