summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-01-21 15:04:55 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-01-21 15:05:06 +0100
commit8bcd94e6102b2bef2d21b9cca4c4659eb149a149 (patch)
tree24594b39ea9f209b929ab7a01457656f10ad8f2c
parent11f851f76a90e24935306616a442c23f4161b3d3 (diff)
openpgp: Fix documentation.
-rw-r--r--openpgp/src/cert/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/mod.rs b/openpgp/src/cert/mod.rs
index 841fa55f..f89d4f40 100644
--- a/openpgp/src/cert/mod.rs
+++ b/openpgp/src/cert/mod.rs
@@ -408,7 +408,7 @@ impl<'a> Parse<'a, Cert> for Cert {
}
impl Cert {
- /// Returns the primary key at time `time`
+ /// Returns the primary key.
pub fn primary_key(&self) -> &key::PublicKey
{
&self.primary.key()