fix(docs): Fix a small typo (#1391)

This commit is contained in:
LeoniePhiline 2023-01-18 11:45:35 +01:00 committed by GitHub
parent ca205543a3
commit f03424e7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ where
model: PhantomData<M>,
}
/// Defines a type to get two Modelss
/// Defines a type to get two Models
#[derive(Clone, Debug)]
pub struct SelectTwoModel<M, N>
where