Fix typo in tail of sentence

This commit is contained in:
Sander Dooms 2020-03-16 07:41:12 +01:00 committed by GitHub
parent 3ab9986fc7
commit 3e94a89b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ exist, which just have the ID. You cannot get the hash out of them since
you should not be needing it. The library probably has cached it before. you should not be needing it. The library probably has cached it before.
Peers are enough to identify an entity, but they are not enough to make Peers are enough to identify an entity, but they are not enough to make
a request with them use them. You need to know their hash before you can a request with them. You need to know their hash before you can
"use them", and to know the hash you need to "encounter" them, let it "use them", and to know the hash you need to "encounter" them, let it
be in your dialogs, participants, message forwards, etc. be in your dialogs, participants, message forwards, etc.