Skip to content

Commit 2bfbc49

Browse files
authored
Update dumptojaggedarray.md
1 parent 94fb799 commit 2bfbc49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/methods/dumptojaggedarray.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ See also
4242

4343
The `DumpToJaggedArray` method make a copy of all the data stored in the current instance. The data is returned in the *OutPutArray* parameter for avoid additional data copies in the internals.
4444

45-
The dumped data will be successively erased from memory, in other words, the current instance will doesn't hold the read CSV data any more. In the same way, the `DumpToJaggedArray` method doesn’t perform any modifications to the `String` type array for subsequent calls not preceded by one `ImportFromCSV` or `ImportFromCSVstring` method call.
45+
The dumped data will be successively erased from memory, in other words, the current instance will doesn't hold the read CSV data any more. In the same way, the `DumpToJaggedArray` method doesn’t perform any modifications to the *OutPutArray* array for subsequent calls not preceded by one `ImportFromCSV` or `ImportFromCSVstring` method call.
4646

4747
>📝**Note**
4848
>{: .text-grey-lt-000 .bg-green-000 }
49-
>The *OutPutArray* argument will holds a set of `String` type arrays. To access to an individual element user must use something like **_expression(i)(j)_**, where **_i_** denotes an index in the main array and **_j_** denotes an index in the child array.
49+
>The *OutPutArray* argument will contain a set of `String` type arrays. To access to an individual element user must use something like **_expression(i)(j)_**, where **_i_** denotes an index in the main array and **_j_** denotes an index in the child array.
5050
{: .text-grey-dk-300 .bg-grey-lt-000 }
5151

52-
[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)
52+
[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)

0 commit comments

Comments
 (0)