From f865d4fe68983d8197e95559636f45a1985df61a Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 3 May 2019 14:32:34 +0200 Subject: openpgp: Fix comment --- openpgp/src/armor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp/src/armor.rs') 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 /// -- cgit v1.2.3