From 59588d78046c3d3a0b66ce104341fc0638aaeb0a Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 8 Apr 2020 15:30:44 +0200 Subject: guide: Fix documentation. --- guide/src/chapter_01.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guide/src') 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 -- cgit v1.2.3