From 6799e7e8aa3b90133a8a8522701c38ffcd8651d3 Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Thu, 29 Sep 2022 04:06:14 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=AB=20add=20gas=20is=20the=20cost=20to?=
=?UTF-8?q?=20for=20on-chain=20computation=20and=20storage.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
solidity/saving_gas.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/solidity/saving_gas.md b/solidity/saving_gas.md
index 7448ef0..96bcd6c 100644
--- a/solidity/saving_gas.md
+++ b/solidity/saving_gas.md
@@ -3,8 +3,9 @@
+#### Gas is the cost to for on-chain computation and storage.
-
+
---