summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-05-03 14:32:34 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-05-07 12:18:31 +0200
commitf865d4fe68983d8197e95559636f45a1985df61a (patch)
tree584b2807731ab434fcefa8851381a0e7db669976 /openpgp/src/armor.rs
parentb6fef8d56a8a26f55376e9beec95c30239c97422 (diff)
openpgp: Fix comment
Diffstat (limited to 'openpgp/src/armor.rs')
-rw-r--r--openpgp/src/armor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/armor.rs b/openpgp/src/armor.rs
index 0b8a5bf6..85fc7897 100644
--- a/openpgp/src/armor.rs
+++ b/openpgp/src/armor.rs
@@ -390,7 +390,7 @@ impl<'a> Reader<'a> {
/// To select strict mode, specify a kind argument. In strict
/// mode, the reader will match on the armor frame. The reader
/// ignores any data in front of the Armor Header Line, as long as
- /// the line the header is in is only prefixed by whitespace.
+ /// the line the header is only prefixed by whitespace.
///
/// [ASCII Armor]: https://tools.ietf.org/html/rfc4880#section-6.2
///