Skip to content

Commit

Permalink
fix example5
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyRaphael committed Jul 9, 2023
1 parent 8d393c7 commit aff464a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ IBM 115.43 0
TSLA nan 81408600
```

### [example5](tests/example5.h): Reading chinese symbols
### [example5](tests/example5.h): Reading chinese symbols from the following `test-CN.csv`

```csv
stockcode,name,close,volume
Expand All @@ -227,7 +227,7 @@ void test_example5(std::string const& filename) {
}

int main(){
test_example5("test.csv");
test_example5("test-CN.csv");
}
```
Expand Down

0 comments on commit aff464a

Please sign in to comment.