Skip to content

Commit

Permalink
chore: fixed typos in documentation (matter-labs#603)
Browse files Browse the repository at this point in the history
## What ❔

- fixed typos in documentation

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `cargo spellcheck
--cfg=./spellcheck/era.cfg --code 1`.

---------

Co-authored-by: perekopskiy <[email protected]>
  • Loading branch information
gordera and perekopskiy authored Dec 5, 2023
1 parent c829522 commit 714a890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/pubdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ the writes will be repeated ones.
Given the structure above, there is a tool, created by the [Equilibrium Team](https://equilibrium.co/) that solely uses
L1 pubdata for reconstructing the state and verifying that the state root on L1 can be created using pubdata. A link to
the repo can be found [here](https://github.com/eqlabs/zksync-state-reconstruct). The way the tool works is by parsing
out all the L1 pubdata for an executed batch, compaing the state roots after each batch is processed.
out all the L1 pubdata for an executed batch, comparing the state roots after each batch is processed.

0 comments on commit 714a890

Please sign in to comment.