summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert.rs')
-rw-r--r--openpgp/src/cert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert.rs b/openpgp/src/cert.rs
index f9ffe76b..d32875f4 100644
--- a/openpgp/src/cert.rs
+++ b/openpgp/src/cert.rs
@@ -485,7 +485,7 @@ pub trait Preferences<'a>: seal::Sealed {
fn features(&self) -> Option<Features>;
/// Returns the URI of a document describing the policy
- /// the certificate was issued under
+ /// the certificate was issued under.
fn policy_uri(&self) -> Option<&'a [u8]>;
}