Update Csv.php

This commit is contained in:
oleibman 2021-05-16 10:04:46 -07:00 committed by GitHub
parent 251df6e61e
commit 1d4e4af705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Csv extends BaseReader
private $inputEncoding = 'UTF-8';
/**
* Fallback encoding if 'guess' strikes out.
* Fallback encoding if 'guess' fails to find a match.
*
* @var string
*/