Skip to content

Commit

Permalink
Update apps.md (tendermint#9461)
Browse files Browse the repository at this point in the history
typo: "later" to "latter"
  • Loading branch information
simonshampoo authored Sep 26, 2022
1 parent a349a67 commit 14efa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/abci/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The default value is `-1`, meaning no limit, or that the concept of gas is
meaningless.

Responses contain a `GasWanted` and `GasUsed` field. The former is the maximum
amount of gas the sender of a tx is willing to use, and the later is how much it actually
amount of gas the sender of a tx is willing to use, and the latter is how much it actually
used. Applications should enforce that `GasUsed <= GasWanted` - ie. tx execution
should halt before it can use more resources than it requested.

Expand Down

0 comments on commit 14efa9c

Please sign in to comment.