Skip to content

Commit

Permalink
Merge pull request #198 from Samyoul/patch-1
Browse files Browse the repository at this point in the history
Minor spelling correction
  • Loading branch information
nyamsprod authored Dec 15, 2016
2 parents 3344798 + 405f521 commit d2fb265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/extract.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//get the header
$headers = $inputCsv->fetchOne(0);

//get at maximum 25 rows starting from the 801th row
//get at maximum 25 rows starting from the 801st row
$res = $inputCsv->setOffset(800)->setLimit(25)->fetch();
?>
<!doctype html>
Expand Down

0 comments on commit d2fb265

Please sign in to comment.