Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/j0nimost/Kafa
Browse files Browse the repository at this point in the history
  • Loading branch information
j0nimost committed Oct 27, 2023
2 parents 80c3aa8 + ec30b04 commit 0b4712a
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 @@ -12,7 +12,7 @@ There are two options;
- `IEnumerable<T>`

#### `RowEnumerable`
For fast performance with minimal reflection over head the RowEnumerable allows you to iterate over the CSV rows yourself.
For fast performance with minimal over head the RowEnumerable allows you to iterate over the CSV rows yourself.
Example:
```c#
var stream = new MemoryStream(Encoding.UTF8.GetBytes(sampleCSV));
Expand Down

0 comments on commit 0b4712a

Please sign in to comment.