Skip to content

Commit

Permalink
chore: fix some typos in comment (#1818)
Browse files Browse the repository at this point in the history
Signed-off-by: hongkuang <[email protected]>
  • Loading branch information
HongKuang authored Dec 3, 2024
1 parent cfb1db0 commit 3c16dd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions how-to-guides/blobstream-proof-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ struct SharesProof {
}
/// @notice Contains the necessary parameters needed to verify that a data root tuple
/// was committed to, by the Blobstream smart contract, at some specif nonce.
/// was committed to, by the Blobstream smart contract, at some specific nonce.
struct AttestationProof {
// the attestation nonce that commits to the data root tuple.
uint256 tupleRootNonce;
Expand Down Expand Up @@ -1028,7 +1028,7 @@ to in the Blobstream contract:

```solidity
/// @notice Contains the necessary parameters needed to verify that a data root tuple
/// was committed to, by the Blobstream smart contract, at some specif nonce.
/// was committed to, by the Blobstream smart contract, at some specific nonce.
struct AttestationProof {
// the attestation nonce that commits to the data root tuple.
uint256 tupleRootNonce;
Expand Down
2 changes: 1 addition & 1 deletion how-to-guides/blobstream-x-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Now the SuccinctGateway address should be printed on the terminal.

### Deploy the function verifiers

The function verifiers are the onchain ciruit verifiers that take PLONK proofs as an input and verify them onchain.
The function verifiers are the onchain circuit verifiers that take PLONK proofs as an input and verify them onchain.

The function verifiers can be either downloaded from the succinct platform or regenerated.

Expand Down

0 comments on commit 3c16dd6

Please sign in to comment.