summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/prelude.rs')
-rw-r--r--openpgp/src/packet/prelude.rs2
1 files changed, 1 insertions, 1 deletions
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