diff --git a/src/Reader.php b/src/Reader.php index c4b76e1e..3256cd44 100644 --- a/src/Reader.php +++ b/src/Reader.php @@ -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.