summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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