Fix typo: to -> from (#4163)

This commit is contained in:
Joshy Orndorff
2019-11-20 18:22:05 -05:00
committed by Robert Habermeier
parent 3ae18811d7
commit 512c86a72f
+1 -1
View File
@@ -340,7 +340,7 @@ pub trait Trait: system::Trait {
/// A stable ID for a validator.
type ValidatorId: Member + Parameter;
/// A conversion to validator ID to account ID.
/// A conversion from account ID to validator ID.
type ValidatorIdOf: Convert<Self::AccountId, Option<Self::ValidatorId>>;
/// Indicator for when to end the session.