Skip to content

Commit 44d94f5

Browse files
authored
Typo error
1 parent c66ab48 commit 44d94f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/methods/splitfield.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Splits the specified field in the imported CSV data.
1818

1919
## Syntax
2020

21-
*expression*.`SplitField`*(aIndex, CharToMergeWith)*
21+
*expression*.`SplitField`*(aIndex, CharToSplitWith)*
2222

2323
### Parameters
2424

@@ -74,4 +74,4 @@ Sub SplitField()
7474
End Sub
7575
```
7676

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

0 commit comments

Comments
 (0)