Skip to content

Commit 4980afe

Browse files
authored
fix typo
1 parent 345d994 commit 4980afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zkEVM/architecture/zkprover/stark-recursion/intermediate-recursion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A schema of the _recursive2_ circuit generated is as shown in the below Figure.
7070

7171
![Figure 16: Convert the _recursive1_ circuit to its associated STARK](../../../../img/zkEVM/16prf-rec-recursive2-circuit.png)
7272

73-
Observe that, since the upper proof is of the $\mathtt{\pi_{rec2}}$-type, the multiplexor does not provides the constant root _rootC_ to the _Verifier A_ for hardcoding it, because this verifier should get it through a public input from the previous circuit.
73+
Observe that, since the upper proof is of the $\mathtt{\pi_{rec2}}$-type, the multiplexor does not provide the constant root _rootC_ to the _Verifier A_ for hardcoding it, because this verifier should get it through a public input from the previous circuit.
7474

7575
Otherwise, since the lower proof has the $\mathtt{\pi_{rec1}}$-type, the Multiplexor lets it pass through by providing the constant root to the Verifier B, so that it can be hardcoded when the corresponding template is filled.
7676

0 commit comments

Comments
 (0)