This commit is contained in:
omahs 2024-02-22 13:19:27 +01:00 committed by GitHub
parent 0bbededd08
commit 6ccdc57cbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ verifyBlobKzgProof(
```ts
/**
* Given an array of blobs and their proofs, verify that they corresponds to
* Given an array of blobs and their proofs, verify that they correspond to
* their provided commitment.
*
* Note: blobs[0] relates to commitmentBytes[0] and proofBytes[0]