Kaynağa Gözat

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

Andrew 3 yıl önce
ebeveyn
işleme
599bfec1f1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 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`.
 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`.
 sends a `GetData` message requesting the previous `Event`.