summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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