Fixed typo in CSV writer

This commit is contained in:
Chris Graham 2015-03-22 18:50:19 +00:00
parent f7a682dbd6
commit 623b785a4d

View File

@ -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
*/