From 8bd0c9bb95dd9a2de4aa0032e01d4dbd71d6245e Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 27 Mar 2020 18:15:58 +0100 Subject: openpgp: Improve documentation. --- openpgp/src/packet/unknown.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openpgp/src/packet/unknown.rs') 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. -- cgit v1.2.3