From 6f0ac5efa1739cae41df26a06ab533e8034f2a0d Mon Sep 17 00:00:00 2001 From: Yada Clintjens Date: Thu, 2 Nov 2023 09:07:59 +0100 Subject: [PATCH] Fix typos in documentation --- README.md | 4 ++-- examples/users.csv | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 650756d..181f21a 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ it will emit an `error` event and then `close` the input stream: ```php $csv->on('error', function (Exception $error) { - // an error occured, stream will close next + // an error occurred, stream will close next }); ``` @@ -346,7 +346,7 @@ it will emit an `error` event and then `close` the input stream: ```php $csv->on('error', function (Exception $error) { - // an error occured, stream will close next + // an error occurred, stream will close next }); ``` diff --git a/examples/users.csv b/examples/users.csv index e3c1c1c..44b315e 100644 --- a/examples/users.csv +++ b/examples/users.csv @@ -7,5 +7,5 @@ fifth,1973-01-01,5.1.1.1 sixth,1962-01-01,6.1.1.1 seventh,1951-01-01,7.1.1.1 eighth,1940-01-01,8.1.1.1 -nineth,1939-01-01,9.1.1.1 +ninth,1939-01-01,9.1.1.1 tenth,1928-01-01,