Skip to content

Commit 6f0ac5e

Browse files
committed
Fix typos in documentation
1 parent f3359d7 commit 6f0ac5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ it will emit an `error` event and then `close` the input stream:
202202

203203
```php
204204
$csv->on('error', function (Exception $error) {
205-
// an error occured, stream will close next
205+
// an error occurred, stream will close next
206206
});
207207
```
208208

@@ -346,7 +346,7 @@ it will emit an `error` event and then `close` the input stream:
346346

347347
```php
348348
$csv->on('error', function (Exception $error) {
349-
// an error occured, stream will close next
349+
// an error occurred, stream will close next
350350
});
351351
```
352352

examples/users.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ fifth,1973-01-01,5.1.1.1
77
sixth,1962-01-01,6.1.1.1
88
seventh,1951-01-01,7.1.1.1
99
eighth,1940-01-01,8.1.1.1
10-
nineth,1939-01-01,9.1.1.1
10+
ninth,1939-01-01,9.1.1.1
1111
tenth,1928-01-01,

0 commit comments

Comments
 (0)