thephpleague / csv

CSV data manipulation made easy in PHP
https://csv.thephpleague.com
MIT License
3.34k stars 336 forks source link

Docs: Fix `fetchColumnByOffset` example #501

Closed becker closed 1 year ago

becker commented 1 year ago

Fix the fetchColumnByOffset example in docs by changing from fetchColumnByName to fetchColumnByOffset.