Skip to content

Commit

Permalink
Merge pull request #150 from Craftidore/patch-1
Browse files Browse the repository at this point in the history
Correct default arguments for SeparatorParams constructor in docs
  • Loading branch information
d99kris authored Sep 3, 2023
2 parents 23f370c + 4afc626 commit f032c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rapidcsv_SeparatorParams.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Datastructure holding parameters controlling how the CSV data fields are separat
---

```c++
SeparatorParams (const char pSeparator = ',', const bool pTrim = false, const bool pHasCR = sPlatformHasCR, const bool pQuotedLinebreaks = false, const bool pAutoQuote = true, const char pQuoteChar = ''')
SeparatorParams (const char pSeparator = ',', const bool pTrim = false, const bool pHasCR = sPlatformHasCR, const bool pQuotedLinebreaks = false, const bool pAutoQuote = true, const char pQuoteChar = '"')
```
Constructor.
Expand Down

0 comments on commit f032c52

Please sign in to comment.