From faba8f6ca0882a827bbf522c9f693cdefcc60b8a Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 26 Aug 2021 14:11:16 +0200 Subject: [PATCH] Fix comment --- openpgp-card/src/card_app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpgp-card/src/card_app.rs b/openpgp-card/src/card_app.rs index f048a47..2f93875 100644 --- a/openpgp-card/src/card_app.rs +++ b/openpgp-card/src/card_app.rs @@ -98,8 +98,8 @@ impl CardApp { /// Load "application related data". /// - /// This data should probably cached in a higher layer, some parts of - /// it are needed regularly, and it will not usually change, during + /// This data should probably be cached in a higher layer. Some parts of + /// it are needed regularly, and it will not usually change during /// normal use of a card. pub fn get_app_data(&mut self) -> Result { let ad = commands::get_application_data();