From 5e6f1d06d8b55dec13ac3cc685fb1b459fc232b9 Mon Sep 17 00:00:00 2001 From: Bryer <0xbryer@gmail.com> Date: Sun, 22 Dec 2024 20:50:58 +0200 Subject: [PATCH] docs: Correct grammar in account information storage description --- cairo/kakarot-ssj/docs/general/contract_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cairo/kakarot-ssj/docs/general/contract_storage.md b/cairo/kakarot-ssj/docs/general/contract_storage.md index 834adea03..1b480f024 100644 --- a/cairo/kakarot-ssj/docs/general/contract_storage.md +++ b/cairo/kakarot-ssj/docs/general/contract_storage.md @@ -15,7 +15,7 @@ _Account state associated to an Ethereum address. Source: [EVM Illustrated](https://takenobu-hs.github.io/downloads/ethereum_evm_illustrated.pdf)_ In traditional EVM clients, like Geth, the _world state_ is stored as a _trie_, -and information about accounts are stored in the world state trie and can be +and information about accounts is stored in the world state trie and can be retrieved through queries. Each account in the world state trie is associated with an account storage trie, which stores all of the information related to the account. When Geth updates the storage of a contract by executing the SSTORE