From 4e6eae9c096f2034eb0106d6e0399087212a0ed8 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:27:49 +0200 Subject: [PATCH] Update MBIP-6.md --- MBIPS/MBIP-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MBIPS/MBIP-6.md b/MBIPS/MBIP-6.md index 0f9c4f59a6..1682d6a02c 100644 --- a/MBIPS/MBIP-6.md +++ b/MBIPS/MBIP-6.md @@ -76,7 +76,7 @@ GAS_REFUND = GAS_LIMIT - EFFECTIVE_GAS_USED; // 2000 ### Example (S.2): `OutOfGas` -A simplified example where a transfer's `to` is a 8kb contract, too big for it's POV size to be paid +A simplified example where a transfer's `to` is an 8kb contract, too big for its POV size to be paid for using `GAS_LIMIT`. ```