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

Commit

Permalink
fix: typos in documentation files (#1024)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTING.md

* Update contract_storage.md
  • Loading branch information
zeevick10 authored Jan 8, 2025
1 parent 825416e commit d03d96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ file.
## Issues and feature requests

You've found a bug in the source code, a mistake in the documentation or maybe
you'd like a new feature?Take a look at
you'd like a new feature? Take a look at
[GitHub Discussions](https://github.com/sayajin-labs/kakarot-ssj/discussions) to
see if it's already being discussed. You can help us by
[submitting an issue on GitHub](https://github.com/sayajin-labs/kakarot-ssj/issues).
Expand Down
2 changes: 1 addition & 1 deletion 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 d03d96e

Please sign in to comment.