From 14efa9ce8934146d51946ccf75a8163e0d53872f Mon Sep 17 00:00:00 2001 From: simon <71435388+simonshampoo@users.noreply.github.com> Date: Mon, 26 Sep 2022 10:51:37 -0500 Subject: [PATCH] Update apps.md (#9461) typo: "later" to "latter" --- spec/abci/apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/abci/apps.md b/spec/abci/apps.md index d1b85a7406e..d16073d4575 100644 --- a/spec/abci/apps.md +++ b/spec/abci/apps.md @@ -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.