Skip to content

Commit d75f3dd

Browse files
authored
Update t1-architecture.md
- Minor fixes
1 parent 4fb9139 commit d75f3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/learn/type-1-prover/t1-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A naïve design strategy would be to utilize a single table, which is solely ded
1111

1212
Since most of the operations involved in the EVM can be independently executed, the execution trace is split into separate STARK modules, where each is responsible for ensuring integrity of its own computations.
1313

14-
These STARK modules are;
14+
These STARK modules are:
1515

1616
- **Arithmetic module** handles binary operations including ordinary addition, multiplication, subtraction and division, comparison operations such as 'Less than' and 'Greater than', as well as ternary operations like modular operations.
1717
- **Keccak module** is responsible for computing a Keccak permutation.
@@ -63,7 +63,7 @@ This innovative approach holds the promise of a succinct, verifiable chain state
6363

6464
### Documentation remarks
6565

66-
The documentation of Polygon Type-1 zkEVM is still WIP, some of the documents are in the Github repo.
66+
The documentation of Polygon Type-1 zkEVM is still WIP, and some of the documents are in the Github repo.
6767

6868
The STARK modules, which are also referred to as **STARK tables**, have been documented in the Github repo [here](https://github.com/0xPolygonZero/plonky2/tree/main/evm/spec/tables). The **CPU component** is documented below, while the **CPU logic** is in the [repo](https://github.com/0xPolygonZero/plonky2/blob/main/evm/spec/cpulogic.tex).
6969

0 commit comments

Comments
 (0)