Skip to content

Commit e471de0

Browse files
authored
Update docs/zkEVM/architecture/proving-system/intro-proving-sys.md
1 parent 29c506b commit e471de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zkEVM/architecture/proving-system/intro-proving-sys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The figure below depicts a typical state transition $\big(S_{i}^{L2_x} \to S_{i+
1111

1212
![Figure: Input state and batch, output new state and proof](../../../img/zkEVM/prover-input-batch-output-new.png)
1313

14-
The initial step to producing a proof involves creation of an **execution matrix**, which is a matrix that records all intermediate computations constituting a larger computation. Such a matrix is also called an **execution trace**.
14+
The initial step to produce a proof involves creation of an **execution matrix**, which is a matrix that records all intermediate computations constituting a larger computation. Such a matrix is also called an **execution trace**.
1515

1616
This larger computation can be thought of as the _state transition function_, while the smaller intermediate computations are like the zkEVM instructions or opcodes.
1717

0 commit comments

Comments
 (0)