summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-07-18 14:37:16 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-07-18 14:37:16 +0200
commit9e3c3053b2ebc011c52383a0cde8c3a25a7bd0a1 (patch)
treeb403a01e734271ee753dbcbfe49d4284a729adec
parent0b9bdcf5768e2cff678fcac4c909e1aca3f429f2 (diff)
openpgp: Typo.
-rw-r--r--openpgp/src/serialize/mod.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpgp/src/serialize/mod.rs b/openpgp/src/serialize/mod.rs
index fa4ccef2..3589dbf9 100644
--- a/openpgp/src/serialize/mod.rs
+++ b/openpgp/src/serialize/mod.rs
@@ -49,7 +49,7 @@ pub trait Serialize {
/// as non-exportable.
/// - When exporting a [`TPK`], non-exportable signatures are
/// not exported, and any component bound merely by
- /// non-exportable signatures are not exported.
+ /// non-exportable signatures is not exported.
///
/// [`serialize(..)`]: #tymethod.serialize
/// [`Signature`]: ../packet/enum.Signature.html
@@ -98,7 +98,7 @@ pub trait SerializeInto {
/// as non-exportable.
/// - When exporting a [`TPK`], non-exportable signatures are
/// not exported, and any component bound merely by
- /// non-exportable signatures are not exported.
+ /// non-exportable signatures is not exported.
///
/// [`serialize_into(..)`]: #tymethod.serialize_into
/// [`Signature`]: ../packet/enum.Signature.html
@@ -123,7 +123,7 @@ pub trait SerializeInto {
/// as non-exportable.
/// - When exporting a [`TPK`], non-exportable signatures are
/// not exported, and any component bound merely by
- /// non-exportable signatures are not exported.
+ /// non-exportable signatures is not exported.
///
/// [`to_vec()`]: #method.to_vec
/// [`Signature`]: ../packet/enum.Signature.html