Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

docs: Correct grammar in account information storage description #1671

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cairo/kakarot-ssj/docs/general/contract_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading