From 512c86a72f1ba9000adf7c397d0d9eb491bf2ad0 Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Wed, 20 Nov 2019 18:22:05 -0500 Subject: [PATCH] Fix typo: to -> from (#4163) --- substrate/paint/session/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.