Skip to content

Commit 4213a7b

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

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
@@ -80,7 +80,7 @@ Let’s take a step-by-step walk-through the above execution trace:
8080

8181
Observe that we have only used the available instructions as proposed in our scenario.
8282

83-
Notice that, for a specific computation and except for the entries in the matrix, the shape of the execution matrix remains the same irrespective of the variable input values $x = (x_0, x_1, x_2)$.
83+
Notice that for a specific computation, and except for the entries in the matrix, the shape of the execution matrix remains the same irrespective of the variable input values $x = (x_0, x_1, x_2)$.
8484

8585
For example, if $x = (5, 3, 2)$ for the same program, the resulting execution matrix is as follows:
8686

0 commit comments

Comments
 (0)