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

Commit d03d96e

Browse files
authored
fix: typos in documentation files (#1024)
* Update CONTRIBUTING.md * Update contract_storage.md
1 parent 825416e commit d03d96e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ file.
3838
## Issues and feature requests
3939

4040
You've found a bug in the source code, a mistake in the documentation or maybe
41-
you'd like a new feature?Take a look at
41+
you'd like a new feature? Take a look at
4242
[GitHub Discussions](https://github.com/sayajin-labs/kakarot-ssj/discussions) to
4343
see if it's already being discussed. You can help us by
4444
[submitting an issue on GitHub](https://github.com/sayajin-labs/kakarot-ssj/issues).

docs/general/contract_storage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _Account state associated to an Ethereum address. Source:
1515
[EVM Illustrated](https://takenobu-hs.github.io/downloads/ethereum_evm_illustrated.pdf)_
1616

1717
In traditional EVM clients, like Geth, the _world state_ is stored as a _trie_,
18-
and information about account are stored in the world state trie and can be
18+
and information about accounts are stored in the world state trie and can be
1919
retrieved through queries. Each account in the world state trie is associated
2020
with an account storage trie, which stores all of the information related to the
2121
account. When Geth updates the storage of a contract by executing the SSTORE

0 commit comments

Comments
 (0)