Skip to content

Commit

Permalink
Fix typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yadaiio committed Nov 9, 2023
1 parent f3359d7 commit 6f0ac5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
```

Expand Down Expand Up @@ -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
});
```

Expand Down
2 changes: 1 addition & 1 deletion examples/users.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,

0 comments on commit 6f0ac5e

Please sign in to comment.