Просмотр исходного кода

doc/start-here: minor grammatical edits

Closes #266
glaucomazoning 7 месяцев назад
Родитель
Сommit
501a2d5b82
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/src/start-here.md

+ 1 - 1
doc/src/start-here.md

@@ -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 `exec()` phase, you can only read, whereas writes must occur
   in the `apply(update)` phase.
   in the `apply(update)` phase.
 * `blockchain/` and `validator/` is the blockchain and consensus algos.
 * `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
   build the circuits. It's a very simple model rather than the TinyRAM
   computation models. We opted for this because we prefer simplicity in
   computation models. We opted for this because we prefer simplicity in
   systems design.
   systems design.