Update abci++_basic_concepts_002_draft.md (#8114)

Minor Typo (nice doc!)
This commit is contained in:
frog power 4000
2022-03-12 18:57:43 -08:00
committed by GitHub
parent e9bc33d807
commit aff1481682

View File

@@ -214,7 +214,7 @@ transactions and compute the same results.
Some Applications may choose to execute the blocks that are about to be proposed
(via `PrepareProposal`), or those that the Application is asked to validate
(via `Processproposal`). However, the state changes caused by processing those
(via `ProcessProposal`). However, the state changes caused by processing those
proposed blocks must never replace the previous state until `FinalizeBlock` confirms
the block decided.