Skip to content

Commit 58282d6

Browse files
committed
Fixing typo
1 parent 5a09f34 commit 58282d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/language/programs_in_practice/limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ snarkVM imposes the following limits on Aleo programs:
2222

2323
Some other protocol-level limits to be aware of are:
2424
- **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.
25-
- **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.
25+
- **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.
2626

2727
As with the above restructions. these limits can only be increased via the governance process.
2828

0 commit comments

Comments
 (0)