summaryrefslogtreecommitdiffstats
path: root/src/AbstractCsv.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/AbstractCsv.php')
-rw-r--r--src/AbstractCsv.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AbstractCsv.php b/src/AbstractCsv.php
index 7dc905a..6ad255b 100644
--- a/src/AbstractCsv.php
+++ b/src/AbstractCsv.php
@@ -151,7 +151,7 @@ abstract class AbstractCsv implements JsonSerializable, IteratorAggregate
*
* @return \Iterator
*/
- protected function getConvertionIterator()
+ protected function getConversionIterator()
{
return $this->getIterator();
}