doc/start-here: minor grammatical edits

Closes #266
This commit is contained in:
glaucomazoning
2026-01-02 10:41:40 +00:00
committed by x
parent c00a551db4
commit 501a2d5b82

View File

@@ -74,7 +74,7 @@ Source code is under `src/` subdirectory. Main interesting modules are:
in the `exec()` phase, you can only read, whereas writes must occur
in the `apply(update)` phase.
* `blockchain/` and `validator/` is the blockchain and consensus algos.
* `zk/` is the ZK VM, which is simply loads bytecode which is used to
* `zk/` is the ZK VM, which simply loads bytecode which is used to
build the circuits. It's a very simple model rather than the TinyRAM
computation models. We opted for this because we prefer simplicity in
systems design.