From 7bb5e02d2ce5f383d3429d198b9542eae1bc5c78 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Fri, 3 Apr 2015 22:06:06 -0700 Subject: [PATCH] Fix Typo in CSV Reader --- src/Spout/Reader/CSV.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Spout/Reader/CSV.php b/src/Spout/Reader/CSV.php index bd48248..2da160f 100644 --- a/src/Spout/Reader/CSV.php +++ b/src/Spout/Reader/CSV.php @@ -52,7 +52,7 @@ class CSV extends AbstractReader * The file must be UTF-8 encoded. * @TODO add encoding detection/conversion * - * @param string $filePath Path of the XLSX file to be read + * @param string $filePath Path of the CSV file to be read * @return void * @throws \Box\Spout\Common\Exception\IOException */