Skip to content

Commit

Permalink
fix: typos in documentation files (#1602)
Browse files Browse the repository at this point in the history
This pull request contains changes to improve clarity, correctness and
structure.

**Description correction:**
Corrected "account" to "accounts", because it is necessary to use
"accounts" in the plural, as we are talking about a collection of
accounts

Please review the changes and let me know if any additional changes are
needed.

<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1602)
<!-- Reviewable:end -->
  • Loading branch information
leopardracer authored Nov 12, 2024
1 parent 8eacec6 commit edf237f
Showing 1 changed file with 1 addition and 1 deletion.
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 account are stored in the world state trie and can be
and information about accounts are 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

0 comments on commit edf237f

Please sign in to comment.