From f03424e7f7e7fc8f31f2b764f5e0109708752ff0 Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Wed, 18 Jan 2023 11:45:35 +0100 Subject: [PATCH] fix(docs): Fix a small typo (#1391) --- src/executor/select.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executor/select.rs b/src/executor/select.rs index fbae3451..c36753f1 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