Skip to content

Commit fd42371

Browse files
authored
Update DepositContractBase.md
1 parent 32fbe11 commit fd42371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zkEVM/architecture/high-level/smart-contracts/api/lib/DepositContractBase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Adds a new leaf to the merkle tree.
2929

3030
### `verifyMerkleProof`
3131

32-
Verify Merkle proof.
32+
Verifies a Merkle proof.
3333

3434
```solidity
3535
function verifyMerkleProof(
@@ -51,7 +51,7 @@ Verify Merkle proof.
5151

5252
### `calculateRoot`
5353

54-
Calculate root from Merkle proof.
54+
Calculates root via a Merkle proof.
5555

5656
```solidity
5757
function calculateRoot(

0 commit comments

Comments
 (0)