Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlaucsb authored Jun 9, 2019
1 parent 9880ef5 commit d13abb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ to trim.
```cpp
CSVFormat format;
format.trim({ '\t', '\n' });
format.trim({ ' ', '\t', '\n' });
```

#### Setting Column Names
Expand Down

0 comments on commit d13abb7

Please sign in to comment.