Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
axatbhardwaj authored Dec 16, 2022
1 parent 1e3155c commit 6164c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ When a public function of a library is called, the bytecode of that function is
- f(x) || g(y)
- f(x) && g(y)

## Markle proof
## Merkle proof

- A markle tree can be used to prove the validity of a large amount of data using a small amount of data.
- A merkle tree can be used to prove the validity of a large amount of data using a small amount of data.

## Tools for estimating gas

Expand Down

0 comments on commit 6164c23

Please sign in to comment.