diff --git a/src/executor/select.rs b/src/executor/select.rs index fbae34516..c36753f1e 100644 --- a/src/executor/select.rs +++ b/src/executor/select.rs @@ -70,7 +70,7 @@ where model: PhantomData, } -/// Defines a type to get two Modelss +/// Defines a type to get two Models #[derive(Clone, Debug)] pub struct SelectTwoModel where