Skip to content

Commit

Permalink
chore: fix typos in document (matter-labs#577)
Browse files Browse the repository at this point in the history
## What ❔

- fixed typo

## Why ❔

fix typos in document

## 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: Igor Aleksanov <[email protected]>
  • Loading branch information
toddfil and popzxc authored Dec 1, 2023
1 parent 94a3319 commit 6e6e118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub fn derive_overhead(
let gas_limit = U256::from(gas_limit);
let encoded_len = U256::from(encoded_len);

// The MAX_TX_ERGS_LIMIT is formed in a way that may fullfills a single-instance circuits
// The MAX_TX_ERGS_LIMIT is formed in a way that may fulfills a single-instance circuits
// if used in full. That is, within MAX_TX_ERGS_LIMIT it is possible to fully saturate all the single-instance
// circuits.
let overhead_for_single_instance_circuits =
Expand Down

0 comments on commit 6e6e118

Please sign in to comment.