From a415ec9a50442fe5de3c612f5629e347dda00b04 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 2 Sep 2021 21:54:19 +0200 Subject: [PATCH] Minor edit in comment --- openpgp-card/src/algorithm.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openpgp-card/src/algorithm.rs b/openpgp-card/src/algorithm.rs index 14af31f..33c169c 100644 --- a/openpgp-card/src/algorithm.rs +++ b/openpgp-card/src/algorithm.rs @@ -16,8 +16,7 @@ use anyhow::anyhow; use std::convert::TryFrom; use std::fmt; -/// This enum offers a shorthand way to specify algorithms (e.g. for key -/// generation). +/// A shorthand way to specify algorithms (e.g. for key generation). /// /// RSA variants require "number of bits in 'e'" as parameter. ///