Skip to content

Commit

Permalink
doc: Fix typo in parameter_definition.md (#8233)
Browse files Browse the repository at this point in the history
Replace "form" with "from"
  • Loading branch information
aborg-dev authored Dec 16, 2022
1 parent 291f1fc commit e489431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/gas/parameter_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e489431

Please sign in to comment.