Jelajahi Sumber

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

Andrew 3 tahun lalu
induk
melakukan
599bfec1f1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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`.