diff --git a/substrate/paint/session/src/lib.rs b/substrate/paint/session/src/lib.rs index 95209c9ab6..988c4c5228 100644 --- a/substrate/paint/session/src/lib.rs +++ b/substrate/paint/session/src/lib.rs @@ -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>; /// Indicator for when to end the session.