summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/unknown.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/unknown.rs')
-rw-r--r--openpgp/src/packet/unknown.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/packet/unknown.rs b/openpgp/src/packet/unknown.rs
index 4cd876ee..1deab130 100644
--- a/openpgp/src/packet/unknown.rs
+++ b/openpgp/src/packet/unknown.rs
@@ -14,8 +14,8 @@ use crate::Packet;
///
/// # A note on equality
///
-/// Two `Unknown` packets are considered equal if their tag and their
-/// body is equal.
+/// Two `Unknown` packets are considered equal if their tags and their
+/// bodies are equal.
#[derive(Debug)]
pub struct Unknown {
/// CTB packet header fields.