From edbb94c433f5d0df716556e2785afc900b3ddb57 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 24 May 2022 13:57:53 +0200 Subject: [PATCH] Edit comments --- openpgp-card/src/openpgp.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpgp-card/src/openpgp.rs b/openpgp-card/src/openpgp.rs index 5124ec2..973c7fc 100644 --- a/openpgp-card/src/openpgp.rs +++ b/openpgp-card/src/openpgp.rs @@ -139,7 +139,7 @@ impl<'a> OpenPgpTransaction<'a> { /// Get cardholder certificate (each for AUT, DEC and SIG). /// - /// Call select_data() before calling this fn, to select a particular + /// Call select_data() before calling this fn to select a particular /// certificate (if the card supports multiple certificates). #[allow(dead_code)] pub fn cardholder_certificate(&mut self) -> Result, Error> { @@ -634,7 +634,7 @@ impl<'a> OpenPgpTransaction<'a> { /// Set cardholder certificate (for AUT, DEC or SIG). /// - /// Call select_data() before calling this fn, to select a particular + /// Call select_data() before calling this fn to select a particular /// certificate (if the card supports multiple certificates). pub fn set_cardholder_certificate(&mut self, data: Vec) -> Result<(), Error> { log::info!("OpenPgpTransaction: set_cardholder_certificate");