File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
docs/reference/contracts/libs/utils Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function copy(
1919) internal view returns (bytes memory destination_)
2020```
2121
22- Copies the contents of the source bytes to the destination bytes. strings can be casted
22+ Copies the contents of the source bytes to the destination bytes. Strings can be cast
2323to bytes in order to use this function.
2424
2525
Original file line number Diff line number Diff line change @@ -94,14 +94,14 @@ Parameters:
9494
9595| Name | Type | Description |
9696| :---- | :-------- | :----------------- |
97- | from_ | uint256[ ] | the bytes32 array |
97+ | from_ | uint256[ ] | the uint256 array |
9898
9999
100100Return values:
101101
102- | Name | Type | Description |
103- | :----- | :-------- | :-------------------- |
104- | array_ | bytes32[ ] | the list of addresses |
102+ | Name | Type | Description |
103+ | :----- | :-------- | :---------------- |
104+ | array_ | bytes32[ ] | the bytes32 array |
105105
106106### asBytes32Array
107107
You can’t perform that action at this time.
0 commit comments