From 708ddb30f7af017f7f5e26950b3cd27b48d056d4 Mon Sep 17 00:00:00 2001 From: Max Levy <35595512+maxim-levy@users.noreply.github.com> Date: Mon, 11 Jun 2018 22:53:48 +0900 Subject: [PATCH] typo fix And typo fix --- docs/specification/block-structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specification/block-structure.rst b/docs/specification/block-structure.rst index f1bf4b0b1..1569f6d96 100644 --- a/docs/specification/block-structure.rst +++ b/docs/specification/block-structure.rst @@ -62,7 +62,7 @@ that come from the `ABCI application `__. It represents the state of the actual application, rather that the state of the blockchain itself. This means it's necessary in order to perform any business -logic, such as verifying and account balance. +logic, such as verifying an account balance. **Note** After the transactions are committed to a block, they still need to be processed in a separate step, which happens between the