From 7de4521cb6b65d86cffecd1461344cecd0a7f4e0 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 14 Dec 2020 15:47:51 +0100 Subject: openpgp: Typos. --- openpgp/src/cert/prelude.rs | 2 +- openpgp/src/packet/prelude.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openpgp/src/cert/prelude.rs b/openpgp/src/cert/prelude.rs index d924e561..b453c663 100644 --- a/openpgp/src/cert/prelude.rs +++ b/openpgp/src/cert/prelude.rs @@ -1,7 +1,7 @@ //! Brings most relevant types and traits into scope for working with //! certificates. //! -//! Less often used types and types that are more likely to lead to a +//! Less often used types and traits that are more likely to lead to a //! naming conflict are not brought into scope. //! //! Traits are brought into scope anonymously. diff --git a/openpgp/src/packet/prelude.rs b/openpgp/src/packet/prelude.rs index 91c5f53b..77e6c99a 100644 --- a/openpgp/src/packet/prelude.rs +++ b/openpgp/src/packet/prelude.rs @@ -1,7 +1,7 @@ //! Brings the most relevant types and traits into scope for working //! with packets. //! -//! Less often used types and types that are more likely to lead to a +//! Less often used types and traits that are more likely to lead to a //! naming conflict are not brought into scope. For instance, the //! markers [`PublicParts`], etc. are not imported to avoid potential //! naming conflicts. Instead, they should be accessed as -- cgit v1.2.3