From d0b4f0bf2f241dc756d685faa6708ce0b6198dff Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 26 Jul 2022 12:23:50 +0200 Subject: [PATCH] tfa: docs fixup Signed-off-by: Wolfgang Bumiller --- proxmox-tfa/src/api/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-tfa/src/api/mod.rs b/proxmox-tfa/src/api/mod.rs index 25b1a9c6..ae8a5697 100644 --- a/proxmox-tfa/src/api/mod.rs +++ b/proxmox-tfa/src/api/mod.rs @@ -102,7 +102,7 @@ fn get_webauthn<'a, 'config: 'a, 'origin: 'a>( Some(waconfig.as_ref()?.instantiate(origin).map(Webauthn::new)) } -/// Helper to get a u2f instance from a u2f config. +/// Helper to get a `WebauthnConfigInstance` from a `WebauthnConfig` /// /// This is outside of `TfaConfig` to not borrow its `&self`. fn check_webauthn<'a, 'config: 'a, 'origin: 'a>(