Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbowers committed Apr 30, 2019
1 parent c532878 commit 779c4ac
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 779c4ac

Please sign in to comment.