Skip to content

Commit

Permalink
fix typo in runtime docs (backport #29314) (#29315)
Browse files Browse the repository at this point in the history
fix typo in runtime docs (#29314)

(cherry picked from commit a0b655b)

Co-authored-by: gr8den <[email protected]>
  • Loading branch information
mergify[bot] and gr8den authored Dec 17, 2022
1 parent d3a61c1 commit e21546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developing/programming-model/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The policy is as follows:
## Balancing the balances

Before and after each instruction, the sum of all account balances must stay the same.
E.g. if one account's balance is increased, another's must be decreased by the same ammount.
E.g. if one account's balance is increased, another's must be decreased by the same amount.
Because the runtime can not see changes to accounts which were not passed to it,
all accounts for which the balances were modified must be passed,
even if they are not needed in the called instruction.
Expand Down

0 comments on commit e21546c

Please sign in to comment.