diff --git a/src/api2/access/tfa.rs b/src/api2/access/tfa.rs index ba583323..0127f54c 100644 --- a/src/api2/access/tfa.rs +++ b/src/api2/access/tfa.rs @@ -240,7 +240,7 @@ fn get_tfa_entry(userid: Userid, id: String) -> Result { ]), }, )] -/// Get a single TFA entry. +/// Delete a single TFA entry. fn delete_tfa( userid: Userid, id: String,