Skip to content

Commit 2d56b55

Browse files
Fix typos (#353)
* Update mod.rs * Update README.md --------- Co-authored-by: Damian Nolan <damiannolan@gmail.com>
1 parent 9406639 commit 2d56b55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/ev-prover/src/prover/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub type SP1Prover = dyn Prover<CpuProverComponents>;
2424
/// Associated types let each program pick its own Input and Output context.
2525
#[async_trait]
2626
pub trait ProgramProver {
27-
/// Config implements the the BaseProverConfig trait while allowing per implementation extensions.
27+
/// Config implements the BaseProverConfig trait while allowing per implementation extensions.
2828
type Config: ProverConfig + Send + Sync + 'static;
2929
/// Context needed to build the stdin for this program.
3030
type Input: Send + 'static;

crates/sp1/ev-hyperlane/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An SP1 program that verifies the existence of Hyperlane Messages against a given
1515
| Name | Type | Description |
1616
|---|---|---|
1717
| state_root | String | The state root of the execution client reth at the target height for verification |
18-
| messages | [String] | The ids of the Hyperlane messages that we proofed |
18+
| messages | [String] | The ids of the Hyperlane messages that we proved |
1919

2020

2121
## Usage
@@ -61,4 +61,4 @@ Run the `ev-hyperlane` binary in proving mode.
6161

6262
```shell
6363
RUST_LOG=info cargo run -p ev-hyperlane-script -release -- --prove ...
64-
```
64+
```

0 commit comments

Comments
 (0)