Skip to content

Commit db2dfb0

Browse files
authored
Merge pull request #396 from ungaro/alp/program-limits-spelling-errors
correct spelling errors in program limits section
2 parents 95406bf + baeaeab commit db2dfb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/leo/16_testnet_beta.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ For Testnet Beta, snarkVM imposes the following limits on Aleo programs:
229229

230230

231231
Some other protocol-level limits to be aware of are:
232-
- **the maximum transaction size is 128 KB.** If your program execeeds this, perhaps by requiring large inputs or producing large outputs, consider optimizing the data types in your Leo code.
233-
- **the maxmimum number of micro-credits your transaction can consume for on-chain execution is `100_000_000`.**. If your program exceeds this, consider optimizing on-chain components of your Leo code.
232+
- **the maximum transaction size is 128 KB.** If your program exceeds this, perhaps by requiring large inputs or producing large outputs, consider optimizing the data types in your Leo code.
233+
- **the maximum number of micro-credits your transaction can consume for on-chain execution is `100_000_000`.** If your program exceeds this, consider optimizing on-chain components of your Leo code.
234234

235-
As with the above restructions. these limits can only be increased via the governance process.
235+
As with the above restrictions these limits can only be increased via the governance process.
236236

237237
## New Features
238238

0 commit comments

Comments
 (0)