Skip to content

Commit 9f7c0b9

Browse files
authored
Merge pull request 0xPolygon#610 from 0x3lden/main
Corrects typo in the doc
2 parents 219281b + 7e335d3 commit 9f7c0b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/zkEVM/architecture/proving-system/aggregator-proofs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The "Outer Prover", seen in the figure above, is responsible for proving the cor
154154

155155
The proof $\pi_{small}$ being a SNARK proof is therefore much smaller compared to $\pi_{big}$ due to the succinctness property of SNARKs.
156156

157-
Notice that the set of public values vary from from one recursion stage to the next.
157+
Notice that the set of public values vary from one recursion stage to the next.
158158

159159
### Proof aggregation
160160

@@ -192,7 +192,7 @@ Once the normalization step has been finished, the proofs go through aggregation
192192

193193
The procedure is to construct a binary tree of proofs by aggregating every pair of proofs into one. We call this step, the _Aggregation Stage_.
194194

195-
In this step, two batch proofs are put together into one, and this repeated for as long as there there's more than one proofs to aggregate.
195+
In this step, two batch proofs are put together into one, and this repeated for as long as there's more than one proof to aggregate.
196196

197197
Observe that the *Aggregation Stage* is designed to accept:
198198

docs/zkEVM/architecture/proving-system/json-rpc-to-proof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The figure below depicts the submission process.
174174

175175
![Figure: Sending txs to the system](../../../img/zkEVM/rpc-sending-tx-to-system.png)
176176

177-
In the `validateTx()` function performs the following preliminary checks:
177+
The `validateTx()` function performs the following preliminary checks:
178178

179179
1. The transaction IP address has a valid format.
180180

0 commit comments

Comments
 (0)