Skip to content

Commit

Permalink
Fixed typo in change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshClose committed Apr 3, 2024
1 parent f0af168 commit 25626ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CsvHelper.Website/input/change-log/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
- Fixed issue where `CsvDataReader` couldn't be used if lines were read manually ahead of time.
- Fixed issue where `CsvDataReader` wasn't working when `HasHeaderRecord` was false.
- Fixed issue where `CsvReader.ColumnCount` did not match `CsvParser.Count`.
- Fixed issue where `GetDlimiter` was not detecting the correct delimiter when there are blank lines.
- Fixed issue where `GetDelimiter` was not detecting the correct delimiter when there are blank lines.
- Fixed issue where header validation was outputing error message for each field when it only needed to once.

### 30.0.3
Expand Down

0 comments on commit 25626ce

Please sign in to comment.