Просмотр исходного кода

doc/src/misc/hashchain/network_protocol: Improve last sentence

Andrew 3 лет назад
Родитель
Сommit
599bfec1f1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/src/misc/hashchain/network_protocol.md

+ 1 - 1
doc/src/misc/hashchain/network_protocol.md

@@ -123,5 +123,5 @@ The protocol broadcasts the `Event` to the network after adding it to the
 For the `Event` to be successfully added to the `Model`, the protocol checks if
 the previous `Event`'s hash inside the `Event` exists in the `Model`.
 
-In case the check for previous `Event` failed, the protocol
+In case the previous `Event` check fails, the protocol
 sends a `GetData` message requesting the previous `Event`.