summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/src/cert/prelude.rs2
-rw-r--r--openpgp/src/packet/prelude.rs2
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