From 308bd804ae69bf4eccdb91e5504788cb7637b616 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sat, 19 Aug 2023 17:22:02 +0200 Subject: [PATCH] openpgp-card-sequoia: rustdoc --- openpgp-card-sequoia/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpgp-card-sequoia/src/lib.rs b/openpgp-card-sequoia/src/lib.rs index be6fdf3..673f3d7 100644 --- a/openpgp-card-sequoia/src/lib.rs +++ b/openpgp-card-sequoia/src/lib.rs @@ -2,7 +2,7 @@ // SPDX-License-Identifier: MIT OR Apache-2.0 //! This crate offers ergonomic abstractions to use -//! [OpenPGP cards](https://en.wikipedia.org/wiki/OpenPGP_card). +//! [OpenPGP card devices](https://en.wikipedia.org/wiki/OpenPGP_card). //! The central abstraction is the [Card] type, which offers access to all card operations. //! //! A [Card] object is always in one of the possible [State]s. The [State] determines which