Skip to content

Commit

Permalink
Fix typo in merkledb/README.md (ava-labs#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexfusion authored Feb 9, 2023
1 parent 5e231cc commit da4653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/merkledb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

## Introduction

The Merkle Trie is a data structure that allows efficient and secure verification of the contents. It a combination of a [Merkle Tree](https://en.wikipedia.org/wiki/Merkle_tree) and a [Radix Trie](https://en.wikipedia.org/wiki/Radix_tree).
The Merkle Trie is a data structure that allows efficient and secure verification of the contents. It is a combination of a [Merkle Tree](https://en.wikipedia.org/wiki/Merkle_tree) and a [Radix Trie](https://en.wikipedia.org/wiki/Radix_tree).

The trie contains `Merkle Nodes`, which store key/value and children information.

Expand Down

0 comments on commit da4653d

Please sign in to comment.