From e261d4d04162f8c8d22c9619c8166dacc0f2965f Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 9 Sep 2021 18:17:46 +0200 Subject: [PATCH] Fix refactoring mistake in rustdoc. --- openpgp-card/src/errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpgp-card/src/errors.rs b/openpgp-card/src/errors.rs index fe04744..42b95bd 100644 --- a/openpgp-card/src/errors.rs +++ b/openpgp-card/src/errors.rs @@ -7,7 +7,7 @@ //! //! The two main classes of errors are: //! - [`SmartcardError`], for problems on the reader/smartcard layer -//! - [`StatusByte`], which models error statuses reported by the OpenPGP +//! - [`StatusBytes`], which models error statuses reported by the OpenPGP //! card application /// Enum wrapper for the different error types of this crate