File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ class YulUtilFunctions
232
232
std::string storageArrayPopFunction (ArrayType const & _type);
233
233
234
234
// / @returns the name of a function that pushes an element to a storage array
235
- // / @param _fromType represents the type of the element being pushed.
236
- // / If _fromType is ReferenceType the function will perform deep copy.
235
+ // / @param _fromType represents the type of the element being pushed.
236
+ // / If _fromType is ReferenceType the function will perform deep copy.
237
237
// / signature: (array, value)
238
238
std::string storageArrayPushFunction (ArrayType const & _type, Type const * _fromType = nullptr );
239
239
@@ -530,7 +530,7 @@ class YulUtilFunctions
530
530
std::string externalFunctionPointersEqualFunction ();
531
531
532
532
private:
533
- // / @returns the name of a function that copies a struct from calldata or memory to storage
533
+ // / @returns the name of a function that copies a struct from calldata or memory to storage
534
534
// / signature: (slot, value) ->
535
535
std::string copyStructToStorageFunction (StructType const & _from, StructType const & _to);
536
536
You can’t perform that action at this time.
0 commit comments