summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/unknown.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-27 18:15:58 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-27 18:15:58 +0100
commit8bd0c9bb95dd9a2de4aa0032e01d4dbd71d6245e (patch)
tree73d1dbdc14664028dd113fd39654aae6a0a4a63c /openpgp/src/packet/unknown.rs
parent49c76d957f1e03165124fe0ffc6a7da4cae062e6 (diff)
openpgp: Improve documentation.
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.