Skip to content

Commit

Permalink
chore: fix typos in document
Browse files Browse the repository at this point in the history
chore: fix typos in document
  • Loading branch information
toddfil authored Dec 1, 2023
1 parent 6eea396 commit fe4b8f9
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 fe4b8f9

Please sign in to comment.