summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/revoke.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/revoke.rs')
-rw-r--r--openpgp/src/cert/revoke.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/revoke.rs b/openpgp/src/cert/revoke.rs
index bf0f40ad..523e9a24 100644
--- a/openpgp/src/cert/revoke.rs
+++ b/openpgp/src/cert/revoke.rs
@@ -274,7 +274,7 @@ impl Deref for SubkeyRevocationBuilder {
///
/// ```
/// # use sequoia_openpgp::{*, packet::*, types::*, cert::*};
-/// use sequoia_openpgp::cert::components::Amalgamation;
+/// use sequoia_openpgp::cert::components::ValidAmalgamation;
/// use sequoia_openpgp::policy::StandardPolicy;
///
/// # f().unwrap();
@@ -391,7 +391,7 @@ impl Deref for UserIDRevocationBuilder {
///
/// ```
/// # use sequoia_openpgp::{*, packet::*, types::*, cert::*};
-/// use sequoia_openpgp::cert::components::Amalgamation;
+/// use sequoia_openpgp::cert::components::ValidAmalgamation;
/// use sequoia_openpgp::policy::StandardPolicy;
///
/// # f().unwrap();