summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-05-10 13:55:10 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-05-10 16:09:19 +0200
commit01d04222e65f704d0ca39d8195ed50cb28b0ab80 (patch)
treeab8b6b0667b3182743a75f92c9886c85f444a419
parent907331e6ace0c355d0e00614a31758c8d120b698 (diff)
openpgp: Fix documentation.
-rw-r--r--openpgp/src/packet/signature/subpacket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/signature/subpacket.rs b/openpgp/src/packet/signature/subpacket.rs
index 4ba320e1..2df0adc5 100644
--- a/openpgp/src/packet/signature/subpacket.rs
+++ b/openpgp/src/packet/signature/subpacket.rs
@@ -1584,7 +1584,7 @@ impl Signature4 {
/// Returns the value of all Notation Data packets.
///
/// If the subpacket is not present or malformed, this returns
- /// `None`.
+ /// an empty vector.
///
/// Note: unlike other subpacket accessor functions, this function
/// returns all the Notation Data subpackets, not just the last