Skip to content

Commit

Permalink
Merge pull request #341 from alexbowers/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
nyamsprod committed Apr 30, 2019
2 parents c532878 + 779c4ac commit 31c093c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function jsonSerialize(): array
/**
* Returns the CSV records as an iterator object.
*
* Each CSV record is represented as a simple array containig strings or null values.
* Each CSV record is represented as a simple array containing strings or null values.
*
* If the CSV document has a header record then each record is combined
* to the header record and the header record is removed from the iterator.
Expand Down

0 comments on commit 31c093c

Please sign in to comment.