Skip to content

Commit a2abc57

Browse files
authored
Update INVALID_IMPLICIT_CONVERSION_OF_ARRAYS.MD
1 parent 4459856 commit a2abc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/INVALID_IMPLICIT_CONVERSION_OF_ARRAYS.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Just a sequence of elements of their data type length.
4444

4545
##### 2.2. Dynamic arrays in memory/storage
4646

47-
Although they use different storage mechanisms (storage is stored as part of the blockchain data and memory in temporary memory on execution), they have the same structure. As we already know that they are a uint we know their data size and only need to store the length and the values. Here's what a dynamic array looks like in code:
47+
Although memory and storage use different storage mechanisms (storage is stored as part of the blockchain data and memory in temporary memory on execution), they have the same structure. As we already know that they are a uint we know their data size and only need to store the length and the values. Here's what a dynamic array looks like in code:
4848

4949
```
5050
uint[] dynamicArray;

0 commit comments

Comments
 (0)