2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-18 21:28:03 +00:00

Merge pull request #850 from ekn394/grammar_fix_ch_14

Grammar fix, missing comma.
This commit is contained in:
Olaoluwa Osuntokun 2021-09-16 20:00:17 -07:00 committed by GitHub
commit 0e237b4916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
In this chapter we will review the Lightning Network's _Encrypted Message In this chapter we will review the Lightning Network's _Encrypted Message
Transport_, also known as the _Brontide Protocol_, which allows peers to Transport_, also known as the _Brontide Protocol_, which allows peers to
establish end-to-end encrypted communication, authentication and integrity establish end-to-end encrypted communication, authentication, and integrity
checking. checking.
=== Introduction === Introduction