Skip to content

Commit

Permalink
doc: Fix typo in parameter_definition.md (near#8233)
Browse files Browse the repository at this point in the history
Replace "form" with "from"
  • Loading branch information
aborg-dev authored and nikurt committed Dec 19, 2022
1 parent dbd0db8 commit 46a9ccf
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 46a9ccf

Please sign in to comment.