File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1440,7 +1440,7 @@ Language Features:
1440
1440
* Introduce `` virtual `` and `` override `` keywords.
1441
1441
* Modify `` push(element) `` for dynamic storage arrays such that it does not return the new length anymore.
1442
1442
* Yul: Introduce `` leave `` statement that exits the current function.
1443
- * JSON AST: Add the function selector of each externally-visible FunctonDefinition to the AST JSON export.
1443
+ * JSON AST: Add the function selector of each externally-visible FunctionDefinition to the AST JSON export.
1444
1444
1445
1445
Compiler Features:
1446
1446
* Allow revert strings to be stripped from the binary using the `` --revert-strings `` option or the `` settings.debug.revertStrings `` setting.
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class ContractABIUtils
72
72
73
73
// / Calculates the encoding size of given _parameters based
74
74
// / on the size of their types.
75
- static size_t encodingSize (ParameterList const & _paremeters );
75
+ static size_t encodingSize (ParameterList const & _parameters );
76
76
77
77
private:
78
78
// / Parses and translates a single type and returns a list of
You can’t perform that action at this time.
0 commit comments