From 21122d34b3c30facabd14ba70092545fbf4f7887 Mon Sep 17 00:00:00 2001 From: Oleg <122110256+operagxsasha@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:29:18 +0300 Subject: [PATCH] Update index.md There are no feet --- docs/docs/aztec/concepts/circuits/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/aztec/concepts/circuits/index.md b/docs/docs/aztec/concepts/circuits/index.md index aad4f994459f..9e6272b37e4e 100644 --- a/docs/docs/aztec/concepts/circuits/index.md +++ b/docs/docs/aztec/concepts/circuits/index.md @@ -22,7 +22,7 @@ This page focusses on the core protocol circuits. These circuits check that the When a function in an Ethereum smart contract is executed, the EVM performs checks to ensure that Ethereum's transaction rules are being adhered-to correctly. Stuff like: - "Does this tx have a valid signature?" -- "Does this contract address contain deployed code? +- "Does this contract address contain deployed code?" - "Does this function exist in the requested contract?" - "Is this function allowed to call this function?" - "How much gas has been paid, and how much is left?"