summaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-04-08 15:30:44 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-04-08 19:17:19 +0200
commit59588d78046c3d3a0b66ce104341fc0638aaeb0a (patch)
tree09f9e0f05af8842aacdb827e972d0bdbfdbdbf25 /guide
parentdd2b51698f75a886ff837897aba5c9caace1172d (diff)
guide: Fix documentation.
Diffstat (limited to 'guide')
-rw-r--r--guide/src/chapter_01.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/src/chapter_01.md b/guide/src/chapter_01.md
index c65a2a75..0aa5dbf9 100644
--- a/guide/src/chapter_01.md
+++ b/guide/src/chapter_01.md
@@ -452,12 +452,12 @@ control flow is determined by the message being processed.
To use Sequoia's low-level streaming verifier, we need to provide an
object that implements [`VerificationHelper`]. This object provides
-public and for the signature verification, and implements the
+certificates for the signature verification, and implements the
signature verification policy.
[`VerificationHelper`]: ../../sequoia_openpgp/parse/stream/trait.VerificationHelper.html
-To decrypt messages, we create a [`Verifier`] with our helper.
+To verify messages, we create a [`Verifier`] with our helper.
Verified data can be read from this using [`io::Read`].
[`Verifier`]: ../../sequoia_openpgp/parse/stream/struct.Verifier.html