Skip to content

Commit 345d994

Browse files
authored
fix typo
1 parent 9993da5 commit 345d994

File tree

1 file changed

+1
-1
lines changed
  • docs/zkEVM/architecture/zkprover/stark-recursion

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In the non-recursive case, a PIL specification is transformed into a verifiable
2727

2828
Subsequently, CIRCOM takes the above _STARK_ proof as an input and generates an _Arithmetic circuit_ and its corresponding _witness_.
2929

30-
The Arithmetic circuit is expressed in terms of its equivalent _Rank-1 Constraint System (R1CS)_, while the _witness_ is actuallly a set of input, intermediate and output values of the circuit wires, satisfying the R1CS.
30+
The Arithmetic circuit is expressed in terms of its equivalent _Rank-1 Constraint System (R1CS)_, while the _witness_ is actually a set of input, intermediate and output values of the circuit wires, satisfying the R1CS.
3131

3232
Finally, _Rapid SNARK_ takes the above Witness together with the _STARK Verifier data_ and generates a _SNARK_ proof corresponding to the previous _STARK_ proof.
3333

0 commit comments

Comments
 (0)