Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 6, 2024
1 parent a6c7f5c commit e8c0962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/stack/evm-state-manager/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ A sparse Merkle tree is a variation of a standard Merkle tree where not all leaf
with data; instead, data is only stored in nodes where it's needed. It is a complete tree of fixed
depth, meaning that all branches of the tree have the same length—i.e. the same number of leaves.

At initializatio—at the beginning of the chain's history—all leaf nodes are set to a default value,
At initialization—the beginning of the chain's history—all leaf nodes are set to a default value,
which is typically a hash of a specific value, such as zero. Because all leaf nodes have the same
hash value, the parent nodes and higher-level nodes also have the same hash value. A node whose
hash is the default value for its level is therefore considered to represent an _empty_ subtree.
Expand Down

0 comments on commit e8c0962

Please sign in to comment.