summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/crypto/mod.rs')
-rw-r--r--openpgp/src/crypto/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/crypto/mod.rs b/openpgp/src/crypto/mod.rs
index eccd1b7c..cbf23751 100644
--- a/openpgp/src/crypto/mod.rs
+++ b/openpgp/src/crypto/mod.rs
@@ -11,7 +11,7 @@
//!
//! # Common Operations
//!
-//! - *Converting a string to a `Password`*: Use [`Password::from`].
+//! - *Converting a string to a [`Password`]*: Use [`Password::from`].
//! - *Create a session key*: Use [`SessionKey::new`].
//! - *Use secret keys*: See the [`KeyPair` example].
//!