Skip to content

Commit 3a78fa9

Browse files
author
Docs Syncer
committed
CI: 9d18920
1 parent 520daf5 commit 3a78fa9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/reference/contracts/libs/utils/MemoryUtils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2323
to bytes in order to use this function.
2424

2525

docs/reference/contracts/libs/utils/TypeCaster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

100100
Return 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

0 commit comments

Comments
 (0)