client-api: correct typos in comments

This commit is contained in:
digital 2023-01-18 19:11:51 +01:00 committed by Jonas Platte
parent f99ff2a83c
commit 6c00e03c19

View File

@ -148,7 +148,7 @@ pub mod v3 {
pub struct TokenLoginType {} pub struct TokenLoginType {}
impl TokenLoginType { impl TokenLoginType {
/// Creates a new `PasswordLoginType`. /// Creates a new `TokenLoginType`.
pub fn new() -> Self { pub fn new() -> Self {
Self {} Self {}
} }
@ -165,7 +165,7 @@ pub mod v3 {
} }
impl SsoLoginType { impl SsoLoginType {
/// Creates a new `PasswordLoginType`. /// Creates a new `SsoLoginType`.
pub fn new() -> Self { pub fn new() -> Self {
Self::default() Self::default()
} }