From baeaeab3e38fa7f6a1eaac2e89573ad1b02d0339 Mon Sep 17 00:00:00 2001 From: ungaro Date: Tue, 20 Aug 2024 19:18:30 -0400 Subject: [PATCH] correct spelling errors in program limits section --- documentation/leo/16_testnet_beta.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/leo/16_testnet_beta.md b/documentation/leo/16_testnet_beta.md index c0ff1df10..07ac9d622 100644 --- a/documentation/leo/16_testnet_beta.md +++ b/documentation/leo/16_testnet_beta.md @@ -229,10 +229,10 @@ For Testnet Beta, snarkVM imposes the following limits on Aleo programs: Some other protocol-level limits to be aware of are: -- **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. -- **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. +- **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. +- **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. -As with the above restructions. these limits can only be increased via the governance process. +As with the above restrictions these limits can only be increased via the governance process. ## New Features