Skip to content

Commit

Permalink
Typo fix, the parameter is plural ("Separators").
Browse files Browse the repository at this point in the history
  • Loading branch information
kleink committed May 16, 2022
1 parent a808b5f commit 80f0625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/library/CsvProvider.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ for r in mortalityNy.Rows do
Finally, note that it is also possible to specify multiple different separators
for the `CsvProvider`. This might be useful if a file is irregular and contains
rows separated by either semicolon or a colon. You can use:
`CsvProvider<"../data/AirQuality.csv", Separator=";,", ResolutionFolder=ResolutionFolder>`.
`CsvProvider<"../data/AirQuality.csv", Separators=";,", ResolutionFolder=ResolutionFolder>`.
## Missing values
Expand Down

0 comments on commit 80f0625

Please sign in to comment.