From c2b0849ffbad9b67d9925cf77e8986299db692ee Mon Sep 17 00:00:00 2001 From: Andrei Kashin Date: Fri, 16 Dec 2022 11:49:56 +0000 Subject: [PATCH] Fix typo in parameter_definition.md --- docs/architecture/gas/parameter_definition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/gas/parameter_definition.md b/docs/architecture/gas/parameter_definition.md index 4f2d4b01a11..ee76ec8ff6b 100644 --- a/docs/architecture/gas/parameter_definition.md +++ b/docs/architecture/gas/parameter_definition.md @@ -46,7 +46,7 @@ Before adding anything, please review the basic principles for gas parameters. multiplied by `N`. (Example: `N` = number of bytes when reading a value from storage.) - Charge gas before executing the workload. -- Parameters should be independent form specific implementation choices in +- Parameters should be independent from specific implementation choices in nearcore. - Ideally, contract developers can easily understand what the cost is simply by reading the name in a gas profile.