doc: fix wrong api method description

This commit is contained in:
Dietmar Maurer 2021-02-22 12:10:34 +01:00
parent 2037d9af03
commit 043018cfbe

View File

@ -240,7 +240,7 @@ fn get_tfa_entry(userid: Userid, id: String) -> Result<TypedTfaInfo, Error> {
]),
},
)]
/// Get a single TFA entry.
/// Delete a single TFA entry.
fn delete_tfa(
userid: Userid,
id: String,