This commit is contained in:
Simon Vieille 2020-05-24 14:31:08 +02:00
parent 0f413d06b9
commit 7719bd7202
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ $headers = $csv->getHeaders();
$products = $csv->getDatas();
```
### Parse a stram
### Parse a stream
```php
use Deblan\Csv\CsvStreamParser;