From 3e94a89b1638116647bb2621756426c16dd57dba Mon Sep 17 00:00:00 2001 From: Sander Dooms Date: Mon, 16 Mar 2020 07:41:12 +0100 Subject: [PATCH] Fix typo in tail of sentence --- readthedocs/concepts/entities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/concepts/entities.rst b/readthedocs/concepts/entities.rst index 491c8c1e..d05d1040 100644 --- a/readthedocs/concepts/entities.rst +++ b/readthedocs/concepts/entities.rst @@ -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. 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 be in your dialogs, participants, message forwards, etc.