From 45752921f66e769531996bc13350a9c912d1dc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 12 Aug 2024 17:55:08 +0200 Subject: [PATCH] Update documentation --- src/core_api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core_api.rs b/src/core_api.rs index 3e80994..5504c21 100644 --- a/src/core_api.rs +++ b/src/core_api.rs @@ -444,7 +444,7 @@ impl> Se050Backend { /// Put a volatile key stored on the filesystem back into the SE050 /// - /// This is used to perform one operation, the key must then be cleared again with [`reselect`](Se050Backend::reselect) + /// This is used to perform one operation, the key must then be cleared again with [`clear_volatile_key`](Se050Backend::clear_volatile_key) fn reimport_volatile_key( &mut self, key: KeyId,