diff --git a/paint/session/src/lib.rs b/paint/session/src/lib.rs
index 95209c9ab6bd387922302407b734a2d1e610548e..988c4c522834591cb762d3a241eba18910ae2465 100644
--- a/paint/session/src/lib.rs
+++ b/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<Self::AccountId, Option<Self::ValidatorId>>;
 
 	/// Indicator for when to end the session.