summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-09-21 09:53:44 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-09-21 13:39:09 +0200
commit1151aee5b90eefb2525ff363948a332da9443c43 (patch)
tree010f6241d076a0af945a8bf458554467a90e9b73
parent1142d0d783fed5d58eb0c38c7c035854bd4dbd73 (diff)
openpgp: Typo.
-rw-r--r--openpgp/src/packet/userid.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/userid.rs b/openpgp/src/packet/userid.rs
index b583260c..6b9c1eb6 100644
--- a/openpgp/src/packet/userid.rs
+++ b/openpgp/src/packet/userid.rs
@@ -312,7 +312,7 @@ impl ConventionallyParsedUserID {
/// Using this definition, we provide methods to extract the [name],
/// [comment], [email address], or [URI] from `UserID` packets.
/// Furthermore, we provide a way to [canonicalize the email address]
-/// found in a `UserID` packet. we provide [two] [constructors] that
+/// found in a `UserID` packet. We provide [two] [constructors] that
/// create well-formed User IDs from email address, and optional name
/// and comment.
///