fix typo in runtime docs (#29314)

This commit is contained in:
gr8den 2022-12-18 02:01:46 +08:00 committed by GitHub
parent 8380bf027d
commit a0b655b72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.