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:
Paweł Nguyen
2020-05-12 21:58:27 +02:00
committed by GitHub
parent 0a11c48aa1
commit 9a163aae52
+1 -1
View File
@@ -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>),
} }
); );