diff --git a/book/source/07-signing_data.md b/book/source/07-signing_data.md index 787e9fc..335c7c6 100644 --- a/book/source/07-signing_data.md +++ b/book/source/07-signing_data.md @@ -113,7 +113,7 @@ r13/eqMN8kfCDw== -----END PGP SIGNATURE----- ``` -This signature is split into two parts: a message ("hello world") and an ASCII-armored OpenPGP signature. The message is immediately comprehensible to a human reader, while the signature block allows for the message's authenticity verification via OpenPGP software. +This signature consists of two parts: a message ("hello world") and an ASCII-armored OpenPGP signature. The message is immediately comprehensible to a human reader, while the signature block allows for the message's authenticity verification via OpenPGP software. #### Use case